Colour reference
Paradise Pink
#ef476f
- RGB
- rgb(239 71 111)
- HSL
- 346°, 84%, 61%
- OKLCh
- 64.8% 0.204 11.1
Paradise Pink in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #ef476f | |
|---|---|---|
| RGB | rgb(239 71 111) | |
| RGB legacy | rgb(239, 71, 111) | |
| RGB percent | rgb(93.73% 27.84% 43.53%) | |
| HSL | hsl(345.7 84% 60.8%) | |
| HSL legacy | hsl(345.7, 84%, 60.8%) | |
| HSV / HSB | hsv(345.7, 70.3%, 93.7%) | |
| HWB | hwb(345.7 27.8% 6.3%) | |
| Nearest name | indianred (approx.) | |
| CMYK | cmyk(0%, 70.3%, 53.6%, 6.3%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(64.757% 0.20417 11.07)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(64.757% 0.20037 0.0392) | |
| CIE LCh | lch(56.768% 68.516 14.354) | |
| CIE Lab | lab(56.768% 66.377 16.985) | |
| Display P3 | color(display-p3 0.8656 0.3311 0.4418) | |
| Rec. 2020 | color(rec2020 0.7538 0.3231 0.3854) | |
| srgb-linear | color(srgb-linear 0.8632 0.063 0.159)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.4072 0.2401 0.1753) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(0.937, 0.278, 0.435)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(0.863, 0.063, 0.159)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(0.937, 0.278, 0.435, 1.0) | |
| GLSL vec4 — linear | vec4(0.863, 0.063, 0.159, 1.0) | |
| GLSL ivec3 | ivec3(239, 71, 111) | |
| HLSL float3 — sRGB | float3(0.937, 0.278, 0.435) | |
| HLSL float3 — linear | float3(0.863, 0.063, 0.159) | |
| HLSL float4 — sRGB | float4(0.937, 0.278, 0.435, 1.0) | |
| HLSL half4 — sRGB | half4(0.937, 0.278, 0.435, 1.0) | |
| WGSL vec3f — sRGB | vec3f(0.937, 0.278, 0.435) | |
| WGSL vec4f — sRGB | vec4f(0.937, 0.278, 0.435, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(0.863, 0.063, 0.159) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(0.937f, 0.278f, 0.435f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(239, 71, 111, 255) | |
| Unreal FLinearColor | FLinearColor(0.8632f, 0.063f, 0.159f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(239, 71, 111, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(0.937, 0.278, 0.435, 1) | |
| Flutter Color | Color(0xFFEF476F)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(239, 71, 111) | |
| SwiftUI Color | Color(red: 0.937, green: 0.278, blue: 0.435) | |
| UIKit UIColor | UIColor(red: 0.937, green: 0.278, blue: 0.435, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xEF476F | |
|---|---|---|
| 0x hex (ARGB) | 0xFFEF476F | |
| Array 0–1 | [0.937, 0.278, 0.435] | |
| Array 0–255 | [239, 71, 111] | |
| Decimal integer | 15681391 |
Contrast and accessibility
WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.
| Pairing | WCAG 2 ratio | Level | APCA | Suitable for |
|---|---|---|---|---|
| Paradise Pink on white | 3.62:1 | AA Large | Lc 63 | Headings and large text |
| Paradise Pink on black | 5.80:1 | AA | Lc 39 | Non-text elements only |
Paradise Pink text on a white background
Paradise Pink text on a black background
White text on Paradise Pink
Black text on Paradise Pink
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#ffeff2
- 100#ffe1e5
- 200#ffc7cf
- 300#ffa3b2
- 400#ff6b8b
- 500#eb436c
- 600#ca2554
- 700#a90140
- 800#8d002f
- 900#720023
- 950#460011
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#f66c86
- Tint 2#fc8c9d
- Tint 3#ffaab5
- Tint 4#ffc6cd
- Tint 5#ffe3e6
- Shade 1#bb3656
- Shade 2#8a253d
- Shade 3#5c1627
- Shade 4#320812
- Shade 5#0d0102
Colours that work with Paradise Pink
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #00a7a2
- #60a500
- #008fff
- #db4fb2
- #ef5400
Closest CSS names
indianredΔEok 0.076palevioletredΔEok 0.079deeppinkΔEok 0.081crimsonΔEok 0.085tomatoΔEok 0.089redΔEok 0.092