#dfebfe
a pale, electric blue · cool · closest name: lavender
RGB
223, 235, 254
HSL
217°, 94%, 94%
CMYK
12, 8, 0, 0
Luminance
0.8226
Every format
| HEX | #dfebfe |
| RGB | rgb(223, 235, 254) |
| HSL | hsl(217, 94%, 94%) |
| CMYK | cmyk(12%, 8%, 0%, 0%) |
| LAB | lab(92.7 -0.3 -10.5) |
| LCH | lch(92.7 10.5 268.3) |
| OKLCH | oklch(0.937 0.029 259.6) |
Copy-ready code
/* CSS */
color: #dfebfe;
background-color: #dfebfe;
/* Tailwind (arbitrary) */
class="text-[#dfebfe] bg-[#dfebfe]"
/* SCSS */
$brand: #dfebfe;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#dfebfe")Accessibility — WCAG contrast
Aa
#dfebfe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebfe on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dfebfe text on a black background
contrast 17.45:1
Card sample
#dfebfe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebfe;
Background color
Panel with #dfebfe background
background-color: #dfebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebfe; background: linear-gradient(135deg, #dfebfe, #E8DFFE);