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