#def7ec
a pale, vivid green · cool · closest name: ivory
RGB
222, 247, 236
HSL
154°, 61%, 92%
CMYK
10, 0, 5, 3
Luminance
0.8811
Every format
| HEX | #def7ec |
| RGB | rgb(222, 247, 236) |
| HSL | hsl(154, 61%, 92%) |
| CMYK | cmyk(10%, 0%, 5%, 3%) |
| LAB | lab(95.2 -10.2 2.5) |
| LCH | lch(95.2 10.5 166.1) |
| OKLCH | oklch(0.955 0.030 167.5) |
Copy-ready code
/* CSS */
color: #def7ec;
background-color: #def7ec;
/* Tailwind (arbitrary) */
class="text-[#def7ec] bg-[#def7ec]"
/* SCSS */
$brand: #def7ec;
/* SwiftUI */
Color(red: 0.871, green: 0.969, blue: 0.925)
/* Android */
Color.parseColor("#def7ec")Accessibility — WCAG contrast
Aa
#def7ec on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def7ec on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.9%
Blue92.5%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow4.5%
Key (black)3.1%
Color previews
#def7ec text on a black background
contrast 18.62:1
Card sample
#def7ec text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def7ec;
Background color
Panel with #def7ec background
background-color: #def7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 247, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 247, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def7ec; background: linear-gradient(135deg, #def7ec, #DEF1F7);