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