#dfedf3
a pale, vivid cyan · cool · closest name: lavender
RGB
223, 237, 243
HSL
198°, 46%, 91%
CMYK
8, 3, 0, 5
Luminance
0.8273
Every format
| HEX | #dfedf3 |
| RGB | rgb(223, 237, 243) |
| HSL | hsl(198, 46%, 91%) |
| CMYK | cmyk(8%, 3%, 0%, 5%) |
| LAB | lab(92.9 -3.5 -4.5) |
| LCH | lch(92.9 5.7 232.1) |
| OKLCH | oklch(0.937 0.017 225.2) |
Copy-ready code
/* CSS */
color: #dfedf3;
background-color: #dfedf3;
/* Tailwind (arbitrary) */
class="text-[#dfedf3] bg-[#dfedf3]"
/* SCSS */
$brand: #dfedf3;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.953)
/* Android */
Color.parseColor("#dfedf3")Accessibility — WCAG contrast
Aa
#dfedf3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedf3 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta2.5%
Yellow0.0%
Key (black)4.7%
Color previews
#dfedf3 text on a black background
contrast 17.55:1
Card sample
#dfedf3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedf3;
Background color
Panel with #dfedf3 background
background-color: #dfedf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedf3; background: linear-gradient(135deg, #dfedf3, #DFE0F3);