#def4e2
a pale, vivid green · cool · closest name: beige
RGB
222, 244, 226
HSL
131°, 50%, 91%
CMYK
9, 0, 7, 4
Luminance
0.8572
Every format
| HEX | #def4e2 |
| RGB | rgb(222, 244, 226) |
| HSL | hsl(131, 50%, 91%) |
| CMYK | cmyk(9%, 0%, 7%, 4%) |
| LAB | lab(94.2 -10.5 6.2) |
| LCH | lch(94.2 12.2 149.3) |
| OKLCH | oklch(0.946 0.033 150.8) |
Copy-ready code
/* CSS */
color: #def4e2;
background-color: #def4e2;
/* Tailwind (arbitrary) */
class="text-[#def4e2] bg-[#def4e2]"
/* SCSS */
$brand: #def4e2;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.886)
/* Android */
Color.parseColor("#def4e2")Accessibility — WCAG contrast
Aa
#def4e2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4e2 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue88.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow7.4%
Key (black)4.3%
Color previews
#def4e2 text on a black background
contrast 18.14:1
Card sample
#def4e2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4e2;
Background color
Panel with #def4e2 background
background-color: #def4e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4e2; background: linear-gradient(135deg, #def4e2, #DEF4F1);