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