#def1da
a pale, vivid green · cool · closest name: beige
RGB
222, 241, 218
HSL
110°, 45%, 90%
CMYK
8, 0, 10, 6
Luminance
0.8350
Every format
| HEX | #def1da |
| RGB | rgb(222, 241, 218) |
| HSL | hsl(110, 45%, 90%) |
| CMYK | cmyk(8%, 0%, 10%, 6%) |
| LAB | lab(93.2 -10.4 9.0) |
| LCH | lch(93.2 13.7 139.1) |
| OKLCH | oklch(0.938 0.037 140.2) |
Copy-ready code
/* CSS */
color: #def1da;
background-color: #def1da;
/* Tailwind (arbitrary) */
class="text-[#def1da] bg-[#def1da]"
/* SCSS */
$brand: #def1da;
/* SwiftUI */
Color(red: 0.871, green: 0.945, blue: 0.855)
/* Android */
Color.parseColor("#def1da")Accessibility — WCAG contrast
Aa
#def1da on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def1da on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green94.5%
Blue85.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow9.5%
Key (black)5.5%
Color previews
#def1da text on a black background
contrast 17.70:1
Card sample
#def1da text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def1da;
Background color
Panel with #def1da background
background-color: #def1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 241, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 241, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def1da; background: linear-gradient(135deg, #def1da, #DAF1E5);