#acf73c
a balanced, electric green · cool · closest name: yellow
RGB
172, 247, 60
HSL
84°, 92%, 60%
CMYK
30, 0, 76, 3
Luminance
0.7562
Every format
| HEX | #acf73c |
| RGB | rgb(172, 247, 60) |
| HSL | hsl(84, 92%, 60%) |
| CMYK | cmyk(30%, 0%, 76%, 3%) |
| LAB | lab(89.7 -49.0 76.3) |
| LCH | lch(89.7 90.7 122.7) |
| OKLCH | oklch(0.894 0.219 129.6) |
Copy-ready code
/* CSS */
color: #acf73c;
background-color: #acf73c;
/* Tailwind (arbitrary) */
class="text-[#acf73c] bg-[#acf73c]"
/* SCSS */
$brand: #acf73c;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.235)
/* Android */
Color.parseColor("#acf73c")Accessibility — WCAG contrast
Aa
#acf73c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf73c on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue23.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow75.7%
Key (black)3.1%
Color previews
#acf73c text on a black background
contrast 16.12:1
Card sample
#acf73c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf73c;
Background color
Panel with #acf73c background
background-color: #acf73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf73c; background: linear-gradient(135deg, #acf73c, #3CF749);