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