#dbf075
a light, electric green · cool · closest name: khaki
RGB
219, 240, 117
HSL
70°, 80%, 70%
CMYK
9, 0, 51, 6
Luminance
0.7866
Every format
| HEX | #dbf075 |
| RGB | rgb(219, 240, 117) |
| HSL | hsl(70, 80%, 70%) |
| CMYK | cmyk(9%, 0%, 51%, 6%) |
| LAB | lab(91.1 -24.3 56.5) |
| LCH | lch(91.1 61.5 113.3) |
| OKLCH | oklch(0.915 0.150 117.5) |
Copy-ready code
/* CSS */
color: #dbf075;
background-color: #dbf075;
/* Tailwind (arbitrary) */
class="text-[#dbf075] bg-[#dbf075]"
/* SCSS */
$brand: #dbf075;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#dbf075")Accessibility — WCAG contrast
Aa
#dbf075 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf075 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue45.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#dbf075 text on a black background
contrast 16.73:1
Card sample
#dbf075 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf075;
Background color
Panel with #dbf075 background
background-color: #dbf075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf075; background: linear-gradient(135deg, #dbf075, #89F075);