#d8cdfe
a pale, electric blue · warm · closest name: lavender
RGB
216, 205, 254
HSL
254°, 96%, 90%
CMYK
15, 19, 0, 0
Luminance
0.6542
Every format
| HEX | #d8cdfe |
| RGB | rgb(216, 205, 254) |
| HSL | hsl(254, 96%, 90%) |
| CMYK | cmyk(15%, 19%, 0%, 0%) |
| LAB | lab(84.7 13.2 -22.6) |
| LCH | lch(84.7 26.2 300.4) |
| OKLCH | oklch(0.873 0.068 295.2) |
Copy-ready code
/* CSS */
color: #d8cdfe;
background-color: #d8cdfe;
/* Tailwind (arbitrary) */
class="text-[#d8cdfe] bg-[#d8cdfe]"
/* SCSS */
$brand: #d8cdfe;
/* SwiftUI */
Color(red: 0.847, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#d8cdfe")Accessibility — WCAG contrast
Aa
#d8cdfe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cdfe on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green80.4%
Blue99.6%
CMYK percentages
Cyan15.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#d8cdfe text on a black background
contrast 14.08:1
Card sample
#d8cdfe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cdfe;
Background color
Panel with #d8cdfe background
background-color: #d8cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cdfe; background: linear-gradient(135deg, #d8cdfe, #F9CDFE);