#dfe9fc
a pale, electric blue · cool · closest name: lavender
RGB
223, 233, 252
HSL
219°, 83%, 93%
CMYK
12, 8, 0, 1
Luminance
0.8099
Every format
| HEX | #dfe9fc |
| RGB | rgb(223, 233, 252) |
| HSL | hsl(219, 83%, 93%) |
| CMYK | cmyk(12%, 8%, 0%, 1%) |
| LAB | lab(92.1 0.3 -10.3) |
| LCH | lch(92.1 10.3 271.7) |
| OKLCH | oklch(0.932 0.028 263.4) |
Copy-ready code
/* CSS */
color: #dfe9fc;
background-color: #dfe9fc;
/* Tailwind (arbitrary) */
class="text-[#dfe9fc] bg-[#dfe9fc]"
/* SCSS */
$brand: #dfe9fc;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#dfe9fc")Accessibility — WCAG contrast
Aa
#dfe9fc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe9fc on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta7.5%
Yellow0.0%
Key (black)1.2%
Color previews
#dfe9fc text on a black background
contrast 17.20:1
Card sample
#dfe9fc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe9fc;
Background color
Panel with #dfe9fc background
background-color: #dfe9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe9fc; background: linear-gradient(135deg, #dfe9fc, #E8DFFC);