#d2e4f9
a pale, electric blue · cool · closest name: lavender
RGB
210, 228, 249
HSL
212°, 77%, 90%
CMYK
16, 8, 0, 2
Luminance
0.7603
Every format
| HEX | #d2e4f9 |
| RGB | rgb(210, 228, 249) |
| HSL | hsl(212, 77%, 90%) |
| CMYK | cmyk(16%, 8%, 0%, 2%) |
| LAB | lab(89.9 -1.8 -12.2) |
| LCH | lch(89.9 12.3 261.7) |
| OKLCH | oklch(0.912 0.035 252.3) |
Copy-ready code
/* CSS */
color: #d2e4f9;
background-color: #d2e4f9;
/* Tailwind (arbitrary) */
class="text-[#d2e4f9] bg-[#d2e4f9]"
/* SCSS */
$brand: #d2e4f9;
/* SwiftUI */
Color(red: 0.824, green: 0.894, blue: 0.976)
/* Android */
Color.parseColor("#d2e4f9")Accessibility — WCAG contrast
Aa
#d2e4f9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e4f9 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green89.4%
Blue97.6%
CMYK percentages
Cyan15.7%
Magenta8.4%
Yellow0.0%
Key (black)2.4%
Color previews
#d2e4f9 text on a black background
contrast 16.21:1
Card sample
#d2e4f9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e4f9;
Background color
Panel with #d2e4f9 background
background-color: #d2e4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 228, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 228, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e4f9; background: linear-gradient(135deg, #d2e4f9, #DAD2F9);