CSS named colour

Thistle

#d8bfd8

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

RGB
rgb(216 191 216)
HSL
300°, 24%, 80%
OKLCh
83.3% 0.044 326.0

Open in the picker

Thistle in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#d8bfd8
RGBrgb(216 191 216)
RGB legacyrgb(216, 191, 216)
RGB percentrgb(84.71% 74.9% 84.71%)
HSLhsl(300 24.3% 79.8%)
HSL legacyhsl(300, 24.3%, 79.8%)
HSV / HSBhsv(300, 11.6%, 84.7%)
HWBhwb(300 74.9% 15.3%)
Nearest namethistle
CMYKcmyk(0%, 11.6%, 0%, 15.3%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(83.329% 0.04391 325.963)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(83.329% 0.03639 -0.02458)
CIE LChlch(80.062% 15.41 323.63)
CIE Lablab(80.062% 12.409 -9.138)
Display P3color(display-p3 0.8308 0.7525 0.8405)
Rec. 2020color(rec2020 0.795 0.7298 0.82)
srgb-linearcolor(srgb-linear 0.6867 0.521 0.6867)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.5934 0.5682 0.7281)

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

GLSL vec3 — sRGBvec3(0.847, 0.749, 0.847)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.687, 0.521, 0.687)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.847, 0.749, 0.847, 1.0)
GLSL vec4 — linearvec4(0.687, 0.521, 0.687, 1.0)
GLSL ivec3ivec3(216, 191, 216)
HLSL float3 — sRGBfloat3(0.847, 0.749, 0.847)
HLSL float3 — linearfloat3(0.687, 0.521, 0.687)
HLSL float4 — sRGBfloat4(0.847, 0.749, 0.847, 1.0)
HLSL half4 — sRGBhalf4(0.847, 0.749, 0.847, 1.0)
WGSL vec3f — sRGBvec3f(0.847, 0.749, 0.847)
WGSL vec4f — sRGBvec4f(0.847, 0.749, 0.847, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.687, 0.521, 0.687)

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

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

Raw valuesPacked integers and plain arrays.

0x hex0xD8BFD8
0x hex (ARGB)0xFFD8BFD8
Array 0–1[0.847, 0.749, 0.847]
Array 0–255[216, 191, 216]
Decimal integer14204888

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
Thistle on white1.70:1FailLc 30Non-text elements only
Thistle on black12.36:1AAALc 72Headings and large text

Thistle text on a white background

Thistle text on a black background

White text on Thistle

Black text on Thistle

Tonal scale

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

  • 50#fff0ff
  • 100#fae6fa
  • 200#ead4ea
  • 300#d4bdd4
  • 400#b8a0b8
  • 500#9a829a
  • 600#7f697f
  • 700#675367
  • 800#534153
  • 900#423242
  • 950#271a27

Tints and shades

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

  • Tint 1#dfc9de
  • Tint 2#e5d4e5
  • Tint 3#ecdfeb
  • Tint 4#f2e9f2
  • Tint 5#f9f4f8
  • Shade 1#a995a9
  • Shade 2#7d6d7d
  • Shade 3#534853
  • Shade 4#2c262c
  • Shade 5#0a080a

Colours that work with Thistle

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

  • #b7d1b8
  • #d5c7a9
  • #a8d1d6
  • #cac3e2
  • #e1bdc9

Closest CSS names

  • thistleexact match
  • silverΔEok 0.051
  • lightsteelblueΔEok 0.054
  • lightgrayΔEok 0.055
  • pinkΔEok 0.060
  • lightpinkΔEok 0.063