#dbfd84
a light, electric green · cool · closest name: khaki
RGB
219, 253, 132
HSL
77°, 97%, 76%
CMYK
13, 0, 48, 1
Luminance
0.8698
Every format
| HEX | #dbfd84 |
| RGB | rgb(219, 253, 132) |
| HSL | hsl(77, 97%, 76%) |
| CMYK | cmyk(13%, 0%, 48%, 1%) |
| LAB | lab(94.7 -29.0 53.9) |
| LCH | lch(94.7 61.2 118.3) |
| OKLCH | oklch(0.945 0.152 122.3) |
Copy-ready code
/* CSS */
color: #dbfd84;
background-color: #dbfd84;
/* Tailwind (arbitrary) */
class="text-[#dbfd84] bg-[#dbfd84]"
/* SCSS */
$brand: #dbfd84;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.518)
/* Android */
Color.parseColor("#dbfd84")Accessibility — WCAG contrast
Aa
#dbfd84 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd84 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue51.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow47.8%
Key (black)0.8%
Color previews
#dbfd84 text on a black background
contrast 18.40:1
Card sample
#dbfd84 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd84;
Background color
Panel with #dbfd84 background
background-color: #dbfd84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd84; background: linear-gradient(135deg, #dbfd84, #8AFD84);