#def9eb
a pale, vivid green · cool · closest name: ivory
RGB
222, 249, 235
HSL
149°, 69%, 92%
CMYK
11, 0, 6, 2
Luminance
0.8928
Every format
| HEX | #def9eb |
| RGB | rgb(222, 249, 235) |
| HSL | hsl(149, 69%, 92%) |
| CMYK | cmyk(11%, 0%, 6%, 2%) |
| LAB | lab(95.7 -11.4 3.7) |
| LCH | lch(95.7 12.0 161.8) |
| OKLCH | oklch(0.959 0.034 163.3) |
Copy-ready code
/* CSS */
color: #def9eb;
background-color: #def9eb;
/* Tailwind (arbitrary) */
class="text-[#def9eb] bg-[#def9eb]"
/* SCSS */
$brand: #def9eb;
/* SwiftUI */
Color(red: 0.871, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#def9eb")Accessibility — WCAG contrast
Aa
#def9eb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def9eb on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green97.6%
Blue92.2%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#def9eb text on a black background
contrast 18.86:1
Card sample
#def9eb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def9eb;
Background color
Panel with #def9eb background
background-color: #def9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def9eb; background: linear-gradient(135deg, #def9eb, #DEF5F9);