#dbf9af
a light, electric green · cool · closest name: khaki
RGB
219, 249, 175
HSL
84°, 86%, 83%
CMYK
12, 0, 30, 2
Luminance
0.8591
Every format
| HEX | #dbf9af |
| RGB | rgb(219, 249, 175) |
| HSL | hsl(84, 86%, 83%) |
| CMYK | cmyk(12%, 0%, 30%, 2%) |
| LAB | lab(94.3 -22.0 32.4) |
| LCH | lch(94.3 39.2 124.2) |
| OKLCH | oklch(0.943 0.101 126.2) |
Copy-ready code
/* CSS */
color: #dbf9af;
background-color: #dbf9af;
/* Tailwind (arbitrary) */
class="text-[#dbf9af] bg-[#dbf9af]"
/* SCSS */
$brand: #dbf9af;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.686)
/* Android */
Color.parseColor("#dbf9af")Accessibility — WCAG contrast
Aa
#dbf9af on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9af on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue68.6%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow29.7%
Key (black)2.4%
Color previews
#dbf9af text on a black background
contrast 18.18:1
Card sample
#dbf9af text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9af;
Background color
Panel with #dbf9af background
background-color: #dbf9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9af; background: linear-gradient(135deg, #dbf9af, #AFF9B4);