#d9e4fc
a pale, electric blue · cool · closest name: lavender
RGB
217, 228, 252
HSL
221°, 85%, 92%
CMYK
14, 10, 0, 1
Luminance
0.7727
Every format
| HEX | #d9e4fc |
| RGB | rgb(217, 228, 252) |
| HSL | hsl(221, 85%, 92%) |
| CMYK | cmyk(14%, 10%, 0%, 1%) |
| LAB | lab(90.4 1.0 -12.9) |
| LCH | lch(90.4 12.9 274.5) |
| OKLCH | oklch(0.918 0.035 266.0) |
Copy-ready code
/* CSS */
color: #d9e4fc;
background-color: #d9e4fc;
/* Tailwind (arbitrary) */
class="text-[#d9e4fc] bg-[#d9e4fc]"
/* SCSS */
$brand: #d9e4fc;
/* SwiftUI */
Color(red: 0.851, green: 0.894, blue: 0.988)
/* Android */
Color.parseColor("#d9e4fc")Accessibility — WCAG contrast
Aa
#d9e4fc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9e4fc on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green89.4%
Blue98.8%
CMYK percentages
Cyan13.9%
Magenta9.5%
Yellow0.0%
Key (black)1.2%
Color previews
#d9e4fc text on a black background
contrast 16.45:1
Card sample
#d9e4fc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9e4fc;
Background color
Panel with #d9e4fc background
background-color: #d9e4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9e4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 228, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 228, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9e4fc; background: linear-gradient(135deg, #d9e4fc, #E5D9FC);