#dfebee
a pale, soft cyan · cool · closest name: white
RGB
223, 235, 238
HSL
192°, 31%, 90%
CMYK
6, 1, 0, 7
Luminance
0.8128
Every format
| HEX | #dfebee |
| RGB | rgb(223, 235, 238) |
| HSL | hsl(192, 31%, 90%) |
| CMYK | cmyk(6%, 1%, 0%, 7%) |
| LAB | lab(92.3 -3.4 -2.8) |
| LCH | lch(92.3 4.4 219.7) |
| OKLCH | oklch(0.932 0.013 214.4) |
Copy-ready code
/* CSS */
color: #dfebee;
background-color: #dfebee;
/* Tailwind (arbitrary) */
class="text-[#dfebee] bg-[#dfebee]"
/* SCSS */
$brand: #dfebee;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#dfebee")Accessibility — WCAG contrast
Aa
#dfebee on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebee on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#dfebee text on a black background
contrast 17.26:1
Card sample
#dfebee text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebee;
Background color
Panel with #dfebee background
background-color: #dfebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebee; background: linear-gradient(135deg, #dfebee, #DFE1EE);