#adfc39
a balanced, electric green · cool · closest name: yellow
RGB
173, 252, 57
HSL
84°, 97%, 61%
CMYK
31, 0, 77, 1
Luminance
0.7880
Every format
| HEX | #adfc39 |
| RGB | rgb(173, 252, 57) |
| HSL | hsl(84, 97%, 61%) |
| CMYK | cmyk(31%, 0%, 77%, 1%) |
| LAB | lab(91.1 -50.8 78.5) |
| LCH | lch(91.1 93.6 122.9) |
| OKLCH | oklch(0.906 0.226 130.0) |
Copy-ready code
/* CSS */
color: #adfc39;
background-color: #adfc39;
/* Tailwind (arbitrary) */
class="text-[#adfc39] bg-[#adfc39]"
/* SCSS */
$brand: #adfc39;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.224)
/* Android */
Color.parseColor("#adfc39")Accessibility — WCAG contrast
Aa
#adfc39 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfc39 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue22.4%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow77.4%
Key (black)1.2%
Color previews
#adfc39 text on a black background
contrast 16.76:1
Card sample
#adfc39 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfc39;
Background color
Panel with #adfc39 background
background-color: #adfc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfc39; background: linear-gradient(135deg, #adfc39, #39FC47);