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