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