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