#dbf752
a balanced, electric green · cool · closest name: yellow
RGB
219, 247, 82
HSL
70°, 91%, 65%
CMYK
11, 0, 67, 3
Luminance
0.8219
Every format
| HEX | #dbf752 |
| RGB | rgb(219, 247, 82) |
| HSL | hsl(70, 91%, 65%) |
| CMYK | cmyk(11%, 0%, 67%, 3%) |
| LAB | lab(92.7 -30.1 72.8) |
| LCH | lch(92.7 78.8 112.5) |
| OKLCH | oklch(0.926 0.186 118.5) |
Copy-ready code
/* CSS */
color: #dbf752;
background-color: #dbf752;
/* Tailwind (arbitrary) */
class="text-[#dbf752] bg-[#dbf752]"
/* SCSS */
$brand: #dbf752;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.322)
/* Android */
Color.parseColor("#dbf752")Accessibility — WCAG contrast
Aa
#dbf752 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf752 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue32.2%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow66.8%
Key (black)3.1%
Color previews
#dbf752 text on a black background
contrast 17.44:1
Card sample
#dbf752 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf752;
Background color
Panel with #dbf752 background
background-color: #dbf752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf752; background: linear-gradient(135deg, #dbf752, #6DF752);