#d9cdfb
a pale, electric violet · warm · closest name: lavender
RGB
217, 205, 251
HSL
256°, 85%, 89%
CMYK
14, 18, 0, 2
Luminance
0.6538
Every format
| HEX | #d9cdfb |
| RGB | rgb(217, 205, 251) |
| HSL | hsl(256, 85%, 89%) |
| CMYK | cmyk(14%, 18%, 0%, 2%) |
| LAB | lab(84.7 12.9 -21.0) |
| LCH | lch(84.7 24.7 301.6) |
| OKLCH | oklch(0.873 0.064 297.0) |
Copy-ready code
/* CSS */
color: #d9cdfb;
background-color: #d9cdfb;
/* Tailwind (arbitrary) */
class="text-[#d9cdfb] bg-[#d9cdfb]"
/* SCSS */
$brand: #d9cdfb;
/* SwiftUI */
Color(red: 0.851, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#d9cdfb")Accessibility — WCAG contrast
Aa
#d9cdfb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cdfb on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.4%
Blue98.4%
CMYK percentages
Cyan13.5%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#d9cdfb text on a black background
contrast 14.08:1
Card sample
#d9cdfb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cdfb;
Background color
Panel with #d9cdfb background
background-color: #d9cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cdfb; background: linear-gradient(135deg, #d9cdfb, #F8CDFB);