#d9cceb
a pale, soft violet · warm · closest name: lavender
RGB
217, 204, 235
HSL
265°, 44%, 86%
CMYK
8, 13, 0, 8
Luminance
0.6394
Every format
| HEX | #d9cceb |
| RGB | rgb(217, 204, 235) |
| HSL | hsl(265, 44%, 86%) |
| CMYK | cmyk(8%, 13%, 0%, 8%) |
| LAB | lab(83.9 10.2 -13.6) |
| LCH | lch(83.9 17.1 306.9) |
| OKLCH | oklch(0.865 0.044 304.5) |
Copy-ready code
/* CSS */
color: #d9cceb;
background-color: #d9cceb;
/* Tailwind (arbitrary) */
class="text-[#d9cceb] bg-[#d9cceb]"
/* SCSS */
$brand: #d9cceb;
/* SwiftUI */
Color(red: 0.851, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#d9cceb")Accessibility — WCAG contrast
Aa
#d9cceb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cceb on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d9cceb text on a black background
contrast 13.79:1
Card sample
#d9cceb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cceb;
Background color
Panel with #d9cceb background
background-color: #d9cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cceb; background: linear-gradient(135deg, #d9cceb, #EBCCE8);