#def4da
a pale, vivid green · cool · closest name: beige
RGB
222, 244, 218
HSL
111°, 54%, 91%
CMYK
9, 0, 11, 4
Luminance
0.8529
Every format
| HEX | #def4da |
| RGB | rgb(222, 244, 218) |
| HSL | hsl(111, 54%, 91%) |
| CMYK | cmyk(9%, 0%, 11%, 4%) |
| LAB | lab(94.0 -11.9 10.1) |
| LCH | lch(94.0 15.6 139.7) |
| OKLCH | oklch(0.944 0.042 140.9) |
Copy-ready code
/* CSS */
color: #def4da;
background-color: #def4da;
/* Tailwind (arbitrary) */
class="text-[#def4da] bg-[#def4da]"
/* SCSS */
$brand: #def4da;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#def4da")Accessibility — WCAG contrast
Aa
#def4da on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4da on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue85.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#def4da text on a black background
contrast 18.06:1
Card sample
#def4da text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4da;
Background color
Panel with #def4da background
background-color: #def4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4da; background: linear-gradient(135deg, #def4da, #DAF4E7);