#def7da
a pale, vivid green · cool · closest name: beige
RGB
222, 247, 218
HSL
112°, 64%, 91%
CMYK
10, 0, 12, 3
Luminance
0.8711
Every format
| HEX | #def7da |
| RGB | rgb(222, 247, 218) |
| HSL | hsl(112, 64%, 91%) |
| CMYK | cmyk(10%, 0%, 12%, 3%) |
| LAB | lab(94.8 -13.4 11.2) |
| LCH | lch(94.8 17.4 140.0) |
| OKLCH | oklch(0.950 0.046 141.3) |
Copy-ready code
/* CSS */
color: #def7da;
background-color: #def7da;
/* Tailwind (arbitrary) */
class="text-[#def7da] bg-[#def7da]"
/* SCSS */
$brand: #def7da;
/* SwiftUI */
Color(red: 0.871, green: 0.969, blue: 0.855)
/* Android */
Color.parseColor("#def7da")Accessibility — WCAG contrast
Aa
#def7da on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def7da on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.9%
Blue85.5%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow11.7%
Key (black)3.1%
Color previews
#def7da text on a black background
contrast 18.42:1
Card sample
#def7da text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def7da;
Background color
Panel with #def7da background
background-color: #def7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 247, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 247, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def7da; background: linear-gradient(135deg, #def7da, #DAF7E9);