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