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