#deefdf
a pale, soft green · cool · closest name: beige
RGB
222, 239, 223
HSL
124°, 35%, 90%
CMYK
7, 0, 7, 6
Luminance
0.8259
Every format
| HEX | #deefdf |
| RGB | rgb(222, 239, 223) |
| HSL | hsl(124, 35%, 90%) |
| CMYK | cmyk(7%, 0%, 7%, 6%) |
| LAB | lab(92.8 -8.5 5.8) |
| LCH | lch(92.8 10.3 145.6) |
| OKLCH | oklch(0.935 0.028 147.0) |
Copy-ready code
/* CSS */
color: #deefdf;
background-color: #deefdf;
/* Tailwind (arbitrary) */
class="text-[#deefdf] bg-[#deefdf]"
/* SCSS */
$brand: #deefdf;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#deefdf")Accessibility — WCAG contrast
Aa
#deefdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deefdf on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue87.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#deefdf text on a black background
contrast 17.52:1
Card sample
#deefdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deefdf;
Background color
Panel with #deefdf background
background-color: #deefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deefdf; background: linear-gradient(135deg, #deefdf, #DEEFEA);