#dbfd95
a light, electric green · cool · closest name: khaki
RGB
219, 253, 149
HSL
80°, 96%, 79%
CMYK
13, 0, 41, 1
Luminance
0.8748
Every format
| HEX | #dbfd95 |
| RGB | rgb(219, 253, 149) |
| HSL | hsl(80, 96%, 79%) |
| CMYK | cmyk(13%, 0%, 41%, 1%) |
| LAB | lab(94.9 -27.2 46.1) |
| LCH | lch(94.9 53.5 120.5) |
| OKLCH | oklch(0.947 0.135 123.7) |
Copy-ready code
/* CSS */
color: #dbfd95;
background-color: #dbfd95;
/* Tailwind (arbitrary) */
class="text-[#dbfd95] bg-[#dbfd95]"
/* SCSS */
$brand: #dbfd95;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.584)
/* Android */
Color.parseColor("#dbfd95")Accessibility — WCAG contrast
Aa
#dbfd95 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd95 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue58.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow41.1%
Key (black)0.8%
Color previews
#dbfd95 text on a black background
contrast 18.50:1
Card sample
#dbfd95 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd95;
Background color
Panel with #dbfd95 background
background-color: #dbfd95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd95; background: linear-gradient(135deg, #dbfd95, #96FD95);