#defdb0
a light, electric green · cool · closest name: khaki
RGB
222, 253, 176
HSL
84°, 95%, 84%
CMYK
12, 0, 30, 1
Luminance
0.8891
Every format
| HEX | #defdb0 |
| RGB | rgb(222, 253, 176) |
| HSL | hsl(84, 95%, 84%) |
| CMYK | cmyk(12%, 0%, 30%, 1%) |
| LAB | lab(95.5 -22.7 33.6) |
| LCH | lch(95.5 40.6 124.0) |
| OKLCH | oklch(0.954 0.104 126.1) |
Copy-ready code
/* CSS */
color: #defdb0;
background-color: #defdb0;
/* Tailwind (arbitrary) */
class="text-[#defdb0] bg-[#defdb0]"
/* SCSS */
$brand: #defdb0;
/* SwiftUI */
Color(red: 0.871, green: 0.992, blue: 0.690)
/* Android */
Color.parseColor("#defdb0")Accessibility — WCAG contrast
Aa
#defdb0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defdb0 on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.2%
Blue69.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow30.4%
Key (black)0.8%
Color previews
#defdb0 text on a black background
contrast 18.78:1
Card sample
#defdb0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defdb0;
Background color
Panel with #defdb0 background
background-color: #defdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 253, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 253, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defdb0; background: linear-gradient(135deg, #defdb0, #B0FDB5);