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