#dbf978
a light, electric green · cool · closest name: khaki
RGB
219, 249, 120
HSL
74°, 92%, 72%
CMYK
12, 0, 52, 2
Luminance
0.8417
Every format
| HEX | #dbf978 |
| RGB | rgb(219, 249, 120) |
| HSL | hsl(74, 92%, 72%) |
| CMYK | cmyk(12%, 0%, 52%, 2%) |
| LAB | lab(93.5 -28.3 58.0) |
| LCH | lch(93.5 64.5 116.0) |
| OKLCH | oklch(0.934 0.159 120.4) |
Copy-ready code
/* CSS */
color: #dbf978;
background-color: #dbf978;
/* Tailwind (arbitrary) */
class="text-[#dbf978] bg-[#dbf978]"
/* SCSS */
$brand: #dbf978;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#dbf978")Accessibility — WCAG contrast
Aa
#dbf978 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf978 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue47.1%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#dbf978 text on a black background
contrast 17.83:1
Card sample
#dbf978 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf978;
Background color
Panel with #dbf978 background
background-color: #dbf978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf978; background: linear-gradient(135deg, #dbf978, #85F978);