#d9ebfc
a pale, electric blue · cool · closest name: lavender
RGB
217, 235, 252
HSL
209°, 85%, 92%
CMYK
14, 7, 0, 1
Luminance
0.8120
Every format
| HEX | #d9ebfc |
| RGB | rgb(217, 235, 252) |
| HSL | hsl(209, 85%, 92%) |
| CMYK | cmyk(14%, 7%, 0%, 1%) |
| LAB | lab(92.2 -2.6 -10.2) |
| LCH | lch(92.2 10.6 255.7) |
| OKLCH | oklch(0.932 0.030 246.6) |
Copy-ready code
/* CSS */
color: #d9ebfc;
background-color: #d9ebfc;
/* Tailwind (arbitrary) */
class="text-[#d9ebfc] bg-[#d9ebfc]"
/* SCSS */
$brand: #d9ebfc;
/* SwiftUI */
Color(red: 0.851, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#d9ebfc")Accessibility — WCAG contrast
Aa
#d9ebfc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ebfc on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green92.2%
Blue98.8%
CMYK percentages
Cyan13.9%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d9ebfc text on a black background
contrast 17.24:1
Card sample
#d9ebfc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ebfc;
Background color
Panel with #d9ebfc background
background-color: #d9ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ebfc; background: linear-gradient(135deg, #d9ebfc, #DED9FC);