#dfefee
a pale, soft cyan · cool · closest name: white
RGB
223, 239, 238
HSL
176°, 33%, 91%
CMYK
7, 0, 0, 6
Luminance
0.8359
Every format
| HEX | #dfefee |
| RGB | rgb(223, 239, 238) |
| HSL | hsl(176, 33%, 91%) |
| CMYK | cmyk(7%, 0%, 0%, 6%) |
| LAB | lab(93.3 -5.5 -1.3) |
| LCH | lch(93.3 5.6 193.7) |
| OKLCH | oklch(0.940 0.017 192.3) |
Copy-ready code
/* CSS */
color: #dfefee;
background-color: #dfefee;
/* Tailwind (arbitrary) */
class="text-[#dfefee] bg-[#dfefee]"
/* SCSS */
$brand: #dfefee;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#dfefee")Accessibility — WCAG contrast
Aa
#dfefee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefee on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue93.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.4%
Key (black)6.3%
Color previews
#dfefee text on a black background
contrast 17.72:1
Card sample
#dfefee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefee;
Background color
Panel with #dfefee background
background-color: #dfefee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefee; background: linear-gradient(135deg, #dfefee, #DFE5EF);