#deefd4
a pale, vivid green · cool · closest name: beige
RGB
222, 239, 212
HSL
98°, 46%, 88%
CMYK
7, 0, 11, 6
Luminance
0.8202
Every format
| HEX | #deefd4 |
| RGB | rgb(222, 239, 212) |
| HSL | hsl(98, 46%, 88%) |
| CMYK | cmyk(7%, 0%, 11%, 6%) |
| LAB | lab(92.6 -10.4 11.2) |
| LCH | lch(92.6 15.3 133.0) |
| OKLCH | oklch(0.932 0.040 133.7) |
Copy-ready code
/* CSS */
color: #deefd4;
background-color: #deefd4;
/* Tailwind (arbitrary) */
class="text-[#deefd4] bg-[#deefd4]"
/* SCSS */
$brand: #deefd4;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.831)
/* Android */
Color.parseColor("#deefd4")Accessibility — WCAG contrast
Aa
#deefd4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deefd4 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue83.1%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow11.3%
Key (black)6.3%
Color previews
#deefd4 text on a black background
contrast 17.40:1
Card sample
#deefd4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deefd4;
Background color
Panel with #deefd4 background
background-color: #deefd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deefd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deefd4; background: linear-gradient(135deg, #deefd4, #D4EFDC);