#adf577
a light, electric green · cool · closest name: khaki
RGB
173, 245, 119
HSL
94°, 86%, 71%
CMYK
29, 0, 51, 4
Luminance
0.7552
Every format
| HEX | #adf577 |
| RGB | rgb(173, 245, 119) |
| HSL | hsl(94, 86%, 71%) |
| CMYK | cmyk(29%, 0%, 51%, 4%) |
| LAB | lab(89.6 -43.2 53.1) |
| LCH | lch(89.6 68.5 129.1) |
| OKLCH | oklch(0.896 0.174 133.4) |
Copy-ready code
/* CSS */
color: #adf577;
background-color: #adf577;
/* Tailwind (arbitrary) */
class="text-[#adf577] bg-[#adf577]"
/* SCSS */
$brand: #adf577;
/* SwiftUI */
Color(red: 0.678, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#adf577")Accessibility — WCAG contrast
Aa
#adf577 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf577 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.1%
Blue46.7%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#adf577 text on a black background
contrast 16.10:1
Card sample
#adf577 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf577;
Background color
Panel with #adf577 background
background-color: #adf577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf577; background: linear-gradient(135deg, #adf577, #77F595);