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

Open in the picker

Misty Rose in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#ffe4e1
RGBrgb(255 228 225)
RGB legacyrgb(255, 228, 225)
RGB percentrgb(100% 89.41% 88.24%)
HSLhsl(6 100% 94.1%)
HSL legacyhsl(6, 100%, 94.1%)
HSV / HSBhsv(6, 11.8%, 100%)
HWBhwb(6 88.2% 0%)
Nearest namemistyrose
CMYKcmyk(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.

OKLChoklch(94.001% 0.03008 25.281)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(94.001% 0.0272 0.01284)
CIE LChlch(92.765% 10.483 28.644)
CIE Lablab(92.765% 9.2 5.025)
Display P3color(display-p3 0.9823 0.8979 0.8854)
Rec. 2020color(rec2020 0.9572 0.89 0.8717)
srgb-linearcolor(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 — sRGBvec3(1.0, 0.894, 0.882)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(1.0, 0.776, 0.753)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(1.0, 0.894, 0.882, 1.0)
GLSL vec4 — linearvec4(1.0, 0.776, 0.753, 1.0)
GLSL ivec3ivec3(255, 228, 225)
HLSL float3 — sRGBfloat3(1.0, 0.894, 0.882)
HLSL float3 — linearfloat3(1.0, 0.776, 0.753)
HLSL float4 — sRGBfloat4(1.0, 0.894, 0.882, 1.0)
HLSL half4 — sRGBhalf4(1.0, 0.894, 0.882, 1.0)
WGSL vec3f — sRGBvec3f(1.0, 0.894, 0.882)
WGSL vec4f — sRGBvec4f(1.0, 0.894, 0.882, 1.0)
WGSL vec3<f32> — linearvec3<f32>(1.0, 0.776, 0.753)

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

Unity Colornew 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 Color32new Color32(255, 228, 225, 255)
Unreal FLinearColorFLinearColor(1.0f, 0.7758f, 0.7529f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(255, 228, 225, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(1, 0.894, 0.882, 1)
Flutter ColorColor(0xFFFFE4E1)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(255, 228, 225)
SwiftUI ColorColor(red: 1, green: 0.894, blue: 0.882)
UIKit UIColorUIColor(red: 1, green: 0.894, blue: 0.882, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFFE4E1
0x hex (ARGB)0xFFFFE4E1
Array 0–1[1, 0.894, 0.882]
Array 0–255[255, 228, 225]
Decimal integer16770273

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
Misty Rose on white1.20:1FailLc 10Not usable for text
Misty Rose on black17.44:1AAALc 94Body 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 match
  • antiquewhiteΔEok 0.027
  • linenΔEok 0.029
  • lavenderblushΔEok 0.033
  • blanchedalmondΔEok 0.037
  • papayawhipΔEok 0.037