#dbfbab
a light, electric green · cool · closest name: khaki
RGB
219, 251, 171
HSL
84°, 91%, 83%
CMYK
13, 0, 32, 2
Luminance
0.8699
Every format
| HEX | #dbfbab |
| RGB | rgb(219, 251, 171) |
| HSL | hsl(84, 91%, 83%) |
| CMYK | cmyk(13%, 0%, 32%, 2%) |
| LAB | lab(94.7 -23.5 35.0) |
| LCH | lch(94.7 42.2 123.9) |
| OKLCH | oklch(0.946 0.108 126.1) |
Copy-ready code
/* CSS */
color: #dbfbab;
background-color: #dbfbab;
/* Tailwind (arbitrary) */
class="text-[#dbfbab] bg-[#dbfbab]"
/* SCSS */
$brand: #dbfbab;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#dbfbab")Accessibility — WCAG contrast
Aa
#dbfbab on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfbab on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue67.1%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#dbfbab text on a black background
contrast 18.40:1
Card sample
#dbfbab text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfbab;
Background color
Panel with #dbfbab background
background-color: #dbfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfbab; background: linear-gradient(135deg, #dbfbab, #ABFBB0);