#dbf37f
a light, electric green · cool · closest name: khaki
RGB
219, 243, 127
HSL
72°, 83%, 73%
CMYK
10, 0, 48, 5
Luminance
0.8069
Every format
| HEX | #dbf37f |
| RGB | rgb(219, 243, 127) |
| HSL | hsl(72, 83%, 73%) |
| CMYK | cmyk(10%, 0%, 48%, 5%) |
| LAB | lab(92.0 -24.8 52.9) |
| LCH | lch(92.0 58.4 115.1) |
| OKLCH | oklch(0.922 0.144 119.0) |
Copy-ready code
/* CSS */
color: #dbf37f;
background-color: #dbf37f;
/* Tailwind (arbitrary) */
class="text-[#dbf37f] bg-[#dbf37f]"
/* SCSS */
$brand: #dbf37f;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.498)
/* Android */
Color.parseColor("#dbf37f")Accessibility — WCAG contrast
Aa
#dbf37f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf37f on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue49.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow47.7%
Key (black)4.7%
Color previews
#dbf37f text on a black background
contrast 17.14:1
Card sample
#dbf37f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf37f;
Background color
Panel with #dbf37f background
background-color: #dbf37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf37f; background: linear-gradient(135deg, #dbf37f, #8DF37F);