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