#dfedf8
a pale, vivid blue · cool · closest name: lavender
RGB
223, 237, 248
HSL
206°, 64%, 92%
CMYK
10, 4, 0, 3
Luminance
0.8303
Every format
| HEX | #dfedf8 |
| RGB | rgb(223, 237, 248) |
| HSL | hsl(206, 64%, 92%) |
| CMYK | cmyk(10%, 4%, 0%, 3%) |
| LAB | lab(93.0 -2.5 -6.9) |
| LCH | lch(93.0 7.3 249.9) |
| OKLCH | oklch(0.939 0.021 241.4) |
Copy-ready code
/* CSS */
color: #dfedf8;
background-color: #dfedf8;
/* Tailwind (arbitrary) */
class="text-[#dfedf8] bg-[#dfedf8]"
/* SCSS */
$brand: #dfedf8;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.973)
/* Android */
Color.parseColor("#dfedf8")Accessibility — WCAG contrast
Aa
#dfedf8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedf8 on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta4.4%
Yellow0.0%
Key (black)2.7%
Color previews
#dfedf8 text on a black background
contrast 17.61:1
Card sample
#dfedf8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedf8;
Background color
Panel with #dfedf8 background
background-color: #dfedf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedf8; background: linear-gradient(135deg, #dfedf8, #E2DFF8);