#dfedf4
a pale, vivid blue · cool · closest name: lavender
RGB
223, 237, 244
HSL
200°, 49%, 92%
CMYK
9, 3, 0, 4
Luminance
0.8279
Every format
| HEX | #dfedf4 |
| RGB | rgb(223, 237, 244) |
| HSL | hsl(200, 49%, 92%) |
| CMYK | cmyk(9%, 3%, 0%, 4%) |
| LAB | lab(92.9 -3.3 -5.0) |
| LCH | lch(92.9 6.0 236.4) |
| OKLCH | oklch(0.938 0.018 229.0) |
Copy-ready code
/* CSS */
color: #dfedf4;
background-color: #dfedf4;
/* Tailwind (arbitrary) */
class="text-[#dfedf4] bg-[#dfedf4]"
/* SCSS */
$brand: #dfedf4;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.957)
/* Android */
Color.parseColor("#dfedf4")Accessibility — WCAG contrast
Aa
#dfedf4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedf4 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta2.9%
Yellow0.0%
Key (black)4.3%
Color previews
#dfedf4 text on a black background
contrast 17.56:1
Card sample
#dfedf4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedf4;
Background color
Panel with #dfedf4 background
background-color: #dfedf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedf4; background: linear-gradient(135deg, #dfedf4, #DFDFF4);