#dbfc39
a balanced, electric green · cool · closest name: yellow
RGB
219, 252, 57
HSL
70°, 97%, 61%
CMYK
13, 0, 77, 1
Luminance
0.8498
Every format
| HEX | #dbfc39 |
| RGB | rgb(219, 252, 57) |
| HSL | hsl(70, 97%, 61%) |
| CMYK | cmyk(13%, 0%, 77%, 1%) |
| LAB | lab(93.9 -33.6 82.0) |
| LCH | lch(93.9 88.7 112.3) |
| OKLCH | oklch(0.936 0.206 119.3) |
Copy-ready code
/* CSS */
color: #dbfc39;
background-color: #dbfc39;
/* Tailwind (arbitrary) */
class="text-[#dbfc39] bg-[#dbfc39]"
/* SCSS */
$brand: #dbfc39;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.224)
/* Android */
Color.parseColor("#dbfc39")Accessibility — WCAG contrast
Aa
#dbfc39 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfc39 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue22.4%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow77.4%
Key (black)1.2%
Color previews
#dbfc39 text on a black background
contrast 18.00:1
Card sample
#dbfc39 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfc39;
Background color
Panel with #dbfc39 background
background-color: #dbfc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfc39; background: linear-gradient(135deg, #dbfc39, #59FC39);