Colour reference

Paradise Pink

#ef476f

RGB
rgb(239 71 111)
HSL
346°, 84%, 61%
OKLCh
64.8% 0.204 11.1

Open in the picker

Paradise Pink in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#ef476f
RGBrgb(239 71 111)
RGB legacyrgb(239, 71, 111)
RGB percentrgb(93.73% 27.84% 43.53%)
HSLhsl(345.7 84% 60.8%)
HSL legacyhsl(345.7, 84%, 60.8%)
HSV / HSBhsv(345.7, 70.3%, 93.7%)
HWBhwb(345.7 27.8% 6.3%)
Nearest nameindianred (approx.)
CMYKcmyk(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.

OKLChoklch(64.757% 0.20417 11.07)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(64.757% 0.20037 0.0392)
CIE LChlch(56.768% 68.516 14.354)
CIE Lablab(56.768% 66.377 16.985)
Display P3color(display-p3 0.8656 0.3311 0.4418)
Rec. 2020color(rec2020 0.7538 0.3231 0.3854)
srgb-linearcolor(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 — sRGBvec3(0.937, 0.278, 0.435)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.863, 0.063, 0.159)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.937, 0.278, 0.435, 1.0)
GLSL vec4 — linearvec4(0.863, 0.063, 0.159, 1.0)
GLSL ivec3ivec3(239, 71, 111)
HLSL float3 — sRGBfloat3(0.937, 0.278, 0.435)
HLSL float3 — linearfloat3(0.863, 0.063, 0.159)
HLSL float4 — sRGBfloat4(0.937, 0.278, 0.435, 1.0)
HLSL half4 — sRGBhalf4(0.937, 0.278, 0.435, 1.0)
WGSL vec3f — sRGBvec3f(0.937, 0.278, 0.435)
WGSL vec4f — sRGBvec4f(0.937, 0.278, 0.435, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.863, 0.063, 0.159)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew 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 Color32new Color32(239, 71, 111, 255)
Unreal FLinearColorFLinearColor(0.8632f, 0.063f, 0.159f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(239, 71, 111, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.937, 0.278, 0.435, 1)
Flutter ColorColor(0xFFEF476F)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(239, 71, 111)
SwiftUI ColorColor(red: 0.937, green: 0.278, blue: 0.435)
UIKit UIColorUIColor(red: 0.937, green: 0.278, blue: 0.435, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xEF476F
0x hex (ARGB)0xFFEF476F
Array 0–1[0.937, 0.278, 0.435]
Array 0–255[239, 71, 111]
Decimal integer15681391

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.

PairingWCAG 2 ratioLevelAPCASuitable for
Paradise Pink on white3.62:1AA LargeLc 63Headings and large text
Paradise Pink on black5.80:1AALc 39Non-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.076
  • palevioletredΔEok 0.079
  • deeppinkΔEok 0.081
  • crimsonΔEok 0.085
  • tomatoΔEok 0.089
  • redΔEok 0.092