#dbfd9f
a light, electric green · cool · closest name: khaki
RGB
219, 253, 159
HSL
82°, 96%, 81%
CMYK
13, 0, 37, 1
Luminance
0.8781
Every format
| HEX | #dbfd9f |
| RGB | rgb(219, 253, 159) |
| HSL | hsl(82, 96%, 81%) |
| CMYK | cmyk(13%, 0%, 37%, 1%) |
| LAB | lab(95.1 -26.0 41.4) |
| LCH | lch(95.1 48.9 122.1) |
| OKLCH | oklch(0.949 0.124 124.9) |
Copy-ready code
/* CSS */
color: #dbfd9f;
background-color: #dbfd9f;
/* Tailwind (arbitrary) */
class="text-[#dbfd9f] bg-[#dbfd9f]"
/* SCSS */
$brand: #dbfd9f;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.624)
/* Android */
Color.parseColor("#dbfd9f")Accessibility — WCAG contrast
Aa
#dbfd9f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd9f on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue62.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow37.2%
Key (black)0.8%
Color previews
#dbfd9f text on a black background
contrast 18.56:1
Card sample
#dbfd9f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd9f;
Background color
Panel with #dbfd9f background
background-color: #dbfd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd9f; background: linear-gradient(135deg, #dbfd9f, #9FFDA2);