#acf54a
a balanced, electric green · cool · closest name: yellow
RGB
172, 245, 74
HSL
86°, 90%, 63%
CMYK
30, 0, 70, 4
Luminance
0.7457
Every format
| HEX | #acf54a |
| RGB | rgb(172, 245, 74) |
| HSL | hsl(86, 90%, 63%) |
| CMYK | cmyk(30%, 0%, 70%, 4%) |
| LAB | lab(89.2 -47.4 71.2) |
| LCH | lch(89.2 85.5 123.6) |
| OKLCH | oklch(0.891 0.209 130.0) |
Copy-ready code
/* CSS */
color: #acf54a;
background-color: #acf54a;
/* Tailwind (arbitrary) */
class="text-[#acf54a] bg-[#acf54a]"
/* SCSS */
$brand: #acf54a;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.290)
/* Android */
Color.parseColor("#acf54a")Accessibility — WCAG contrast
Aa
#acf54a on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf54a on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue29.0%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow69.8%
Key (black)3.9%
Color previews
#acf54a text on a black background
contrast 15.91:1
Card sample
#acf54a text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf54a;
Background color
Panel with #acf54a background
background-color: #acf54a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf54a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf54a; background: linear-gradient(135deg, #acf54a, #4AF55A);