#defdb4
a light, electric green · cool · closest name: khaki
RGB
222, 253, 180
HSL
86°, 95%, 85%
CMYK
12, 0, 29, 1
Luminance
0.8908
Every format
| HEX | #defdb4 |
| RGB | rgb(222, 253, 180) |
| HSL | hsl(86, 95%, 85%) |
| CMYK | cmyk(12%, 0%, 29%, 1%) |
| LAB | lab(95.6 -22.2 31.7) |
| LCH | lch(95.6 38.7 125.0) |
| OKLCH | oklch(0.954 0.100 126.9) |
Copy-ready code
/* CSS */
color: #defdb4;
background-color: #defdb4;
/* Tailwind (arbitrary) */
class="text-[#defdb4] bg-[#defdb4]"
/* SCSS */
$brand: #defdb4;
/* SwiftUI */
Color(red: 0.871, green: 0.992, blue: 0.706)
/* Android */
Color.parseColor("#defdb4")Accessibility — WCAG contrast
Aa
#defdb4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defdb4 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.2%
Blue70.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow28.9%
Key (black)0.8%
Color previews
#defdb4 text on a black background
contrast 18.82:1
Card sample
#defdb4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defdb4;
Background color
Panel with #defdb4 background
background-color: #defdb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defdb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 253, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 253, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defdb4; background: linear-gradient(135deg, #defdb4, #B4FDBB);