#def0eb
a pale, soft cyan · cool · closest name: white
RGB
222, 240, 235
HSL
163°, 38%, 91%
CMYK
8, 0, 2, 6
Luminance
0.8385
Every format
| HEX | #def0eb |
| RGB | rgb(222, 240, 235) |
| HSL | hsl(163, 38%, 91%) |
| CMYK | cmyk(8%, 0%, 2%, 6%) |
| LAB | lab(93.4 -6.8 0.4) |
| LCH | lch(93.4 6.8 176.8) |
| OKLCH | oklch(0.940 0.020 177.4) |
Copy-ready code
/* CSS */
color: #def0eb;
background-color: #def0eb;
/* Tailwind (arbitrary) */
class="text-[#def0eb] bg-[#def0eb]"
/* SCSS */
$brand: #def0eb;
/* SwiftUI */
Color(red: 0.871, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#def0eb")Accessibility — WCAG contrast
Aa
#def0eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def0eb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green94.1%
Blue92.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#def0eb text on a black background
contrast 17.77:1
Card sample
#def0eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def0eb;
Background color
Panel with #def0eb background
background-color: #def0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def0eb; background: linear-gradient(135deg, #def0eb, #DEE9F0);