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