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