#dbfdab
a light, electric green · cool · closest name: khaki
RGB
219, 253, 171
HSL
85°, 95%, 83%
CMYK
13, 0, 32, 1
Luminance
0.8825
Every format
| HEX | #dbfdab |
| RGB | rgb(219, 253, 171) |
| HSL | hsl(85, 95%, 83%) |
| CMYK | cmyk(13%, 0%, 32%, 1%) |
| LAB | lab(95.3 -24.5 35.7) |
| LCH | lch(95.3 43.3 124.4) |
| OKLCH | oklch(0.951 0.111 126.7) |
Copy-ready code
/* CSS */
color: #dbfdab;
background-color: #dbfdab;
/* Tailwind (arbitrary) */
class="text-[#dbfdab] bg-[#dbfdab]"
/* SCSS */
$brand: #dbfdab;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#dbfdab")Accessibility — WCAG contrast
Aa
#dbfdab on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdab on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue67.1%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#dbfdab text on a black background
contrast 18.65:1
Card sample
#dbfdab text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdab;
Background color
Panel with #dbfdab background
background-color: #dbfdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdab; background: linear-gradient(135deg, #dbfdab, #ABFDB2);