#dbf4af
a light, electric green · cool · closest name: khaki
RGB
219, 244, 175
HSL
82°, 76%, 82%
CMYK
10, 0, 28, 4
Luminance
0.8286
Every format
| HEX | #dbf4af |
| RGB | rgb(219, 244, 175) |
| HSL | hsl(82, 76%, 82%) |
| CMYK | cmyk(10%, 0%, 28%, 4%) |
| LAB | lab(93.0 -19.6 30.6) |
| LCH | lch(93.0 36.4 122.6) |
| OKLCH | oklch(0.932 0.093 124.4) |
Copy-ready code
/* CSS */
color: #dbf4af;
background-color: #dbf4af;
/* Tailwind (arbitrary) */
class="text-[#dbf4af] bg-[#dbf4af]"
/* SCSS */
$brand: #dbf4af;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#dbf4af")Accessibility — WCAG contrast
Aa
#dbf4af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4af on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue68.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#dbf4af text on a black background
contrast 17.57:1
Card sample
#dbf4af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4af;
Background color
Panel with #dbf4af background
background-color: #dbf4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4af; background: linear-gradient(135deg, #dbf4af, #AFF4B1);