#def4d2
a pale, vivid green · cool · closest name: beige
RGB
222, 244, 210
HSL
99°, 61%, 89%
CMYK
9, 0, 14, 4
Luminance
0.8488
Every format
| HEX | #def4d2 |
| RGB | rgb(222, 244, 210) |
| HSL | hsl(99, 61%, 89%) |
| CMYK | cmyk(9%, 0%, 14%, 4%) |
| LAB | lab(93.8 -13.2 14.0) |
| LCH | lch(93.8 19.2 133.4) |
| OKLCH | oklch(0.942 0.051 134.4) |
Copy-ready code
/* CSS */
color: #def4d2;
background-color: #def4d2;
/* Tailwind (arbitrary) */
class="text-[#def4d2] bg-[#def4d2]"
/* SCSS */
$brand: #def4d2;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#def4d2")Accessibility — WCAG contrast
Aa
#def4d2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4d2 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#def4d2 text on a black background
contrast 17.98:1
Card sample
#def4d2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4d2;
Background color
Panel with #def4d2 background
background-color: #def4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4d2; background: linear-gradient(135deg, #def4d2, #D2F4DD);