#acf52c
a balanced, electric green · cool · closest name: yellow
RGB
172, 245, 44
HSL
82°, 91%, 57%
CMYK
30, 0, 82, 4
Luminance
0.7426
Every format
| HEX | #acf52c |
| RGB | rgb(172, 245, 44) |
| HSL | hsl(82, 91%, 57%) |
| CMYK | cmyk(30%, 0%, 82%, 4%) |
| LAB | lab(89.0 -48.8 80.0) |
| LCH | lch(89.0 93.7 121.4) |
| OKLCH | oklch(0.889 0.224 128.8) |
Copy-ready code
/* CSS */
color: #acf52c;
background-color: #acf52c;
/* Tailwind (arbitrary) */
class="text-[#acf52c] bg-[#acf52c]"
/* SCSS */
$brand: #acf52c;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#acf52c")Accessibility — WCAG contrast
Aa
#acf52c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf52c on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue17.3%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#acf52c text on a black background
contrast 15.85:1
Card sample
#acf52c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf52c;
Background color
Panel with #acf52c background
background-color: #acf52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf52c; background: linear-gradient(135deg, #acf52c, #2CF532);