#adfc49
a balanced, electric green · cool · closest name: yellow
RGB
173, 252, 73
HSL
87°, 97%, 64%
CMYK
31, 0, 71, 1
Luminance
0.7899
Every format
| HEX | #adfc49 |
| RGB | rgb(173, 252, 73) |
| HSL | hsl(87, 97%, 64%) |
| CMYK | cmyk(31%, 0%, 71%, 1%) |
| LAB | lab(91.2 -50.0 73.6) |
| LCH | lch(91.2 89.0 124.2) |
| OKLCH | oklch(0.907 0.218 130.6) |
Copy-ready code
/* CSS */
color: #adfc49;
background-color: #adfc49;
/* Tailwind (arbitrary) */
class="text-[#adfc49] bg-[#adfc49]"
/* SCSS */
$brand: #adfc49;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#adfc49")Accessibility — WCAG contrast
Aa
#adfc49 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfc49 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue28.6%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#adfc49 text on a black background
contrast 16.80:1
Card sample
#adfc49 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfc49;
Background color
Panel with #adfc49 background
background-color: #adfc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfc49; background: linear-gradient(135deg, #adfc49, #49FC5C);