#dfedf6
a pale, vivid blue · cool · closest name: lavender
RGB
223, 237, 246
HSL
204°, 56%, 92%
CMYK
9, 4, 0, 4
Luminance
0.8291
Every format
| HEX | #dfedf6 |
| RGB | rgb(223, 237, 246) |
| HSL | hsl(204, 56%, 92%) |
| CMYK | cmyk(9%, 4%, 0%, 4%) |
| LAB | lab(93.0 -2.9 -5.9) |
| LCH | lch(93.0 6.6 243.9) |
| OKLCH | oklch(0.938 0.019 235.7) |
Copy-ready code
/* CSS */
color: #dfedf6;
background-color: #dfedf6;
/* Tailwind (arbitrary) */
class="text-[#dfedf6] bg-[#dfedf6]"
/* SCSS */
$brand: #dfedf6;
/* SwiftUI */
Color(red: 0.875, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#dfedf6")Accessibility — WCAG contrast
Aa
#dfedf6 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfedf6 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.9%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#dfedf6 text on a black background
contrast 17.58:1
Card sample
#dfedf6 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfedf6;
Background color
Panel with #dfedf6 background
background-color: #dfedf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfedf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfedf6; background: linear-gradient(135deg, #dfedf6, #E0DFF6);