#deefad
a light, vivid green · cool · closest name: khaki
RGB
222, 239, 173
HSL
76°, 67%, 81%
CMYK
7, 0, 28, 6
Luminance
0.8028
Every format
| HEX | #deefad |
| RGB | rgb(222, 239, 173) |
| HSL | hsl(76, 67%, 81%) |
| CMYK | cmyk(7%, 0%, 28%, 6%) |
| LAB | lab(91.8 -16.3 30.1) |
| LCH | lch(91.8 34.3 118.5) |
| OKLCH | oklch(0.924 0.087 119.9) |
Copy-ready code
/* CSS */
color: #deefad;
background-color: #deefad;
/* Tailwind (arbitrary) */
class="text-[#deefad] bg-[#deefad]"
/* SCSS */
$brand: #deefad;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#deefad")Accessibility — WCAG contrast
Aa
#deefad on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deefad on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue67.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#deefad text on a black background
contrast 17.06:1
Card sample
#deefad text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deefad;
Background color
Panel with #deefad background
background-color: #deefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deefad; background: linear-gradient(135deg, #deefad, #B2EFAD);