CSS named colour

Plum

#dda0dd

A CSS named colour: plum is valid anywhere a colour is expected.

RGB
rgb(221 160 221)
HSL
300°, 47%, 75%
OKLCh
78.3% 0.108 326.5

Open in the picker

Plum in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#dda0dd
RGBrgb(221 160 221)
RGB legacyrgb(221, 160, 221)
RGB percentrgb(86.67% 62.75% 86.67%)
HSLhsl(300 47.3% 74.7%)
HSL legacyhsl(300, 47.3%, 74.7%)
HSV / HSBhsv(300, 27.6%, 86.7%)
HWBhwb(300 62.7% 13.3%)
Nearest nameplum
CMYKcmyk(0%, 27.6%, 0%, 13.3%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(78.328% 0.10776 326.545)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(78.328% 0.08991 -0.05941)
CIE LChlch(73.332% 37.605 324.577)
CIE Lablab(73.332% 30.644 -21.796)
Display P3color(display-p3 0.8307 0.6373 0.8522)
Rec. 2020color(rec2020 0.7747 0.6131 0.8312)
srgb-linearcolor(srgb-linear 0.7231 0.3515 0.7231)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.5544 0.4574 0.7432)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.867, 0.627, 0.867)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.723, 0.352, 0.723)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.867, 0.627, 0.867, 1.0)
GLSL vec4 — linearvec4(0.723, 0.352, 0.723, 1.0)
GLSL ivec3ivec3(221, 160, 221)
HLSL float3 — sRGBfloat3(0.867, 0.627, 0.867)
HLSL float3 — linearfloat3(0.723, 0.352, 0.723)
HLSL float4 — sRGBfloat4(0.867, 0.627, 0.867, 1.0)
HLSL half4 — sRGBhalf4(0.867, 0.627, 0.867, 1.0)
WGSL vec3f — sRGBvec3f(0.867, 0.627, 0.867)
WGSL vec4f — sRGBvec4f(0.867, 0.627, 0.867, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.723, 0.352, 0.723)

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

Unity Colornew Color(0.867f, 0.627f, 0.867f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(221, 160, 221, 255)
Unreal FLinearColorFLinearColor(0.7231f, 0.3515f, 0.7231f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(221, 160, 221, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.867, 0.627, 0.867, 1)
Flutter ColorColor(0xFFDDA0DD)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(221, 160, 221)
SwiftUI ColorColor(red: 0.867, green: 0.627, blue: 0.867)
UIKit UIColorUIColor(red: 0.867, green: 0.627, blue: 0.867, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xDDA0DD
0x hex (ARGB)0xFFDDA0DD
Array 0–1[0.867, 0.627, 0.867]
Array 0–255[221, 160, 221]
Decimal integer14524637

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
Plum on white2.07:1FailLc 40Non-text elements only
Plum on black10.15:1AAALc 62Headings and large text

Plum text on a white background

Plum text on a black background

White text on Plum

Black text on Plum

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#ffedff
  • 100#ffddff
  • 200#fdc8fc
  • 300#e7b0e7
  • 400#cc92cc
  • 500#ad73ae
  • 600#915b92
  • 700#774578
  • 800#613462
  • 900#4e264f
  • 950#301031

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#e3b0e3
  • Tint 2#e9c0e9
  • Tint 3#efcfee
  • Tint 4#f5dff4
  • Tint 5#faeffa
  • Shade 1#ad7dad
  • Shade 2#805b80
  • Shade 3#553b55
  • Shade 4#2e1e2e
  • Shade 5#0b050b

Colours that work with Plum

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #8acb8f
  • #d7b463
  • #54ccdb
  • #bfaaf6
  • #f09bba

Closest CSS names

  • plumexact match
  • thistleΔEok 0.081
  • violetΔEok 0.081
  • lightpinkΔEok 0.097
  • lightsteelblueΔEok 0.107
  • orchidΔEok 0.110