#deefd2
a pale, vivid green · cool · closest name: beige
RGB
222, 239, 210
HSL
95°, 48%, 88%
CMYK
7, 0, 12, 6
Luminance
0.8192
Every format
| HEX | #deefd2 |
| RGB | rgb(222, 239, 210) |
| HSL | hsl(95, 48%, 88%) |
| CMYK | cmyk(7%, 0%, 12%, 6%) |
| LAB | lab(92.5 -10.7 12.1) |
| LCH | lch(92.5 16.2 131.5) |
| OKLCH | oklch(0.932 0.043 132.2) |
Copy-ready code
/* CSS */
color: #deefd2;
background-color: #deefd2;
/* Tailwind (arbitrary) */
class="text-[#deefd2] bg-[#deefd2]"
/* SCSS */
$brand: #deefd2;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#deefd2")Accessibility — WCAG contrast
Aa
#deefd2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deefd2 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue82.4%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#deefd2 text on a black background
contrast 17.38:1
Card sample
#deefd2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deefd2;
Background color
Panel with #deefd2 background
background-color: #deefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deefd2; background: linear-gradient(135deg, #deefd2, #D2EFD9);