#def4eb
a pale, vivid green · cool · closest name: ivory
RGB
222, 244, 235
HSL
156°, 50%, 91%
CMYK
9, 0, 4, 4
Luminance
0.8623
Every format
| HEX | #def4eb |
| RGB | rgb(222, 244, 235) |
| HSL | hsl(156, 50%, 91%) |
| CMYK | cmyk(9%, 0%, 4%, 4%) |
| LAB | lab(94.4 -8.8 1.9) |
| LCH | lch(94.4 9.1 168.1) |
| OKLCH | oklch(0.949 0.026 169.3) |
Copy-ready code
/* CSS */
color: #def4eb;
background-color: #def4eb;
/* Tailwind (arbitrary) */
class="text-[#def4eb] bg-[#def4eb]"
/* SCSS */
$brand: #def4eb;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#def4eb")Accessibility — WCAG contrast
Aa
#def4eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4eb on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue92.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#def4eb text on a black background
contrast 18.25:1
Card sample
#def4eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4eb;
Background color
Panel with #def4eb background
background-color: #def4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4eb; background: linear-gradient(135deg, #def4eb, #DEEEF4);