CSS named colour
Misty Rose
#ffe4e1
A CSS named colour: mistyrose is valid anywhere a colour is expected.
- RGB
- rgb(255 228 225)
- HSL
- 6°, 100%, 94%
- OKLCh
- 94.0% 0.030 25.3
Misty Rose in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #ffe4e1 | |
|---|---|---|
| RGB | rgb(255 228 225) | |
| RGB legacy | rgb(255, 228, 225) | |
| RGB percent | rgb(100% 89.41% 88.24%) | |
| HSL | hsl(6 100% 94.1%) | |
| HSL legacy | hsl(6, 100%, 94.1%) | |
| HSV / HSB | hsv(6, 11.8%, 100%) | |
| HWB | hwb(6 88.2% 0%) | |
| Nearest name | mistyrose | |
| CMYK | cmyk(0%, 10.6%, 11.8%, 0%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(94.001% 0.03008 25.281)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(94.001% 0.0272 0.01284) | |
| CIE LCh | lch(92.765% 10.483 28.644) | |
| CIE Lab | lab(92.765% 9.2 5.025) | |
| Display P3 | color(display-p3 0.9823 0.8979 0.8854) | |
| Rec. 2020 | color(rec2020 0.9572 0.89 0.8717) | |
| srgb-linear | color(srgb-linear 1 0.7758 0.7529)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.8257 0.8218 0.8275) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(1.0, 0.894, 0.882)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(1.0, 0.776, 0.753)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(1.0, 0.894, 0.882, 1.0) | |
| GLSL vec4 — linear | vec4(1.0, 0.776, 0.753, 1.0) | |
| GLSL ivec3 | ivec3(255, 228, 225) | |
| HLSL float3 — sRGB | float3(1.0, 0.894, 0.882) | |
| HLSL float3 — linear | float3(1.0, 0.776, 0.753) | |
| HLSL float4 — sRGB | float4(1.0, 0.894, 0.882, 1.0) | |
| HLSL half4 — sRGB | half4(1.0, 0.894, 0.882, 1.0) | |
| WGSL vec3f — sRGB | vec3f(1.0, 0.894, 0.882) | |
| WGSL vec4f — sRGB | vec4f(1.0, 0.894, 0.882, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(1.0, 0.776, 0.753) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(1.0f, 0.894f, 0.882f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(255, 228, 225, 255) | |
| Unreal FLinearColor | FLinearColor(1.0f, 0.7758f, 0.7529f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(255, 228, 225, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(1, 0.894, 0.882, 1) | |
| Flutter Color | Color(0xFFFFE4E1)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(255, 228, 225) | |
| SwiftUI Color | Color(red: 1, green: 0.894, blue: 0.882) | |
| UIKit UIColor | UIColor(red: 1, green: 0.894, blue: 0.882, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFFE4E1 | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFFE4E1 | |
| Array 0–1 | [1, 0.894, 0.882] | |
| Array 0–255 | [255, 228, 225] | |
| Decimal integer | 16770273 |
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 |
|---|---|---|---|---|
| Misty Rose on white | 1.20:1 | Fail | Lc 10 | Not usable for text |
| Misty Rose on black | 17.44:1 | AAA | Lc 94 | Body text at any size |
Misty Rose text on a white background
Misty Rose text on a black background
White text on Misty Rose
Black text on Misty Rose
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#fff2f0
- 100#fde8e6
- 200#edd6d4
- 300#d7bfbd
- 400#bba3a0
- 500#9d8582
- 600#826b69
- 700#6a5553
- 800#554341
- 900#443332
- 950#281c1a
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#ffe9e6
- Tint 2#ffedeb
- Tint 3#fff1f0
- Tint 4#fff6f5
- Tint 5#fffafa
- Shade 1#c8b3b0
- Shade 2#948482
- Shade 3#635856
- Shade 4#362f2f
- Shade 5#0f0c0b
Colours that work with Misty Rose
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #d5f1f5
- #dff1df
- #e1ebff
- #fde3ec
- #fce6d9
Closest CSS names
mistyroseexact matchantiquewhiteΔEok 0.027linenΔEok 0.029lavenderblushΔEok 0.033blanchedalmondΔEok 0.037papayawhipΔEok 0.037