#dfe2fe
a pale, electric blue · warm · closest name: lavender
RGB
223, 226, 254
HSL
234°, 94%, 94%
CMYK
12, 11, 0, 0
Luminance
0.7724
Every format
| HEX | #dfe2fe |
| RGB | rgb(223, 226, 254) |
| HSL | hsl(234, 94%, 94%) |
| CMYK | cmyk(12%, 11%, 0%, 0%) |
| LAB | lab(90.4 4.3 -13.9) |
| LCH | lch(90.4 14.6 287.4) |
| OKLCH | oklch(0.919 0.038 280.8) |
Copy-ready code
/* CSS */
color: #dfe2fe;
background-color: #dfe2fe;
/* Tailwind (arbitrary) */
class="text-[#dfe2fe] bg-[#dfe2fe]"
/* SCSS */
$brand: #dfe2fe;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#dfe2fe")Accessibility — WCAG contrast
Aa
#dfe2fe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2fe on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dfe2fe text on a black background
contrast 16.45:1
Card sample
#dfe2fe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2fe;
Background color
Panel with #dfe2fe background
background-color: #dfe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2fe; background: linear-gradient(135deg, #dfe2fe, #F1DFFE);