Colour reference
Fairy Pink
#ffc8dd
- RGB
- rgb(255 200 221)
- HSL
- 337°, 100%, 89%
- OKLCh
- 88.7% 0.068 353.8
Fairy Pink in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #ffc8dd | |
|---|---|---|
| RGB | rgb(255 200 221) | |
| RGB legacy | rgb(255, 200, 221) | |
| RGB percent | rgb(100% 78.43% 86.67%) | |
| HSL | hsl(337.1 100% 89.2%) | |
| HSL legacy | hsl(337.1, 100%, 89.2%) | |
| HSV / HSB | hsv(337.1, 21.6%, 100%) | |
| HWB | hwb(337.1 78.4% 0%) | |
| Nearest name | pink (approx.) | |
| CMYK | cmyk(0%, 21.6%, 13.3%, 0%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(88.717% 0.06771 353.758)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(88.717% 0.06731 -0.00736) | |
| CIE LCh | lch(86.026% 22.634 353.487) | |
| CIE Lab | lab(86.026% 22.488 -2.567) | |
| Display P3 | color(display-p3 0.9663 0.7927 0.8636) | |
| Rec. 2020 | color(rec2020 0.9219 0.7797 0.8458) | |
| srgb-linear | color(srgb-linear 1 0.5776 0.7231)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.7494 0.6779 0.7755) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(1.0, 0.784, 0.867)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(1.0, 0.578, 0.723)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(1.0, 0.784, 0.867, 1.0) | |
| GLSL vec4 — linear | vec4(1.0, 0.578, 0.723, 1.0) | |
| GLSL ivec3 | ivec3(255, 200, 221) | |
| HLSL float3 — sRGB | float3(1.0, 0.784, 0.867) | |
| HLSL float3 — linear | float3(1.0, 0.578, 0.723) | |
| HLSL float4 — sRGB | float4(1.0, 0.784, 0.867, 1.0) | |
| HLSL half4 — sRGB | half4(1.0, 0.784, 0.867, 1.0) | |
| WGSL vec3f — sRGB | vec3f(1.0, 0.784, 0.867) | |
| WGSL vec4f — sRGB | vec4f(1.0, 0.784, 0.867, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(1.0, 0.578, 0.723) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(1.0f, 0.784f, 0.867f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(255, 200, 221, 255) | |
| Unreal FLinearColor | FLinearColor(1.0f, 0.5776f, 0.7231f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(255, 200, 221, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(1, 0.784, 0.867, 1) | |
| Flutter Color | Color(0xFFFFC8DD)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(255, 200, 221) | |
| SwiftUI Color | Color(red: 1, green: 0.784, blue: 0.867) | |
| UIKit UIColor | UIColor(red: 1, green: 0.784, blue: 0.867, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFFC8DD | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFFC8DD | |
| Array 0–1 | [1, 0.784, 0.867] | |
| Array 0–255 | [255, 200, 221] | |
| Decimal integer | 16763101 |
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 |
|---|---|---|---|---|
| Fairy Pink on white | 1.44:1 | Fail | Lc 21 | Not usable for text |
| Fairy Pink on black | 14.56:1 | AAA | Lc 82 | Body text, 18px and up |
Fairy Pink text on a white background
Fairy Pink text on a black background
White text on Fairy Pink
Black text on Fairy Pink
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#ffeef9
- 100#ffe0f0
- 200#fccedf
- 300#e7b6c8
- 400#cb99ac
- 500#ad7a8e
- 600#906274
- 700#764c5d
- 800#603a4a
- 900#4e2c3a
- 950#301521
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#ffd1e3
- Tint 2#ffdae8
- Tint 3#ffe4ee
- Tint 4#ffedf4
- Tint 5#fff6f9
- Shade 1#c89cad
- Shade 2#947380
- Shade 3#634c55
- Shade 4#36282e
- Shade 5#0f090b
Colours that work with Fairy Pink
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #abe9d6
- #d9dfac
- #aee2ff
- #f1cbf4
- #ffc9c4
Closest CSS names
pinkΔEok 0.026lightpinkΔEok 0.048thistleΔEok 0.064gainsboroΔEok 0.068mistyroseΔEok 0.069lightgrayΔEok 0.071