#acf41c
a balanced, electric green · cool · closest name: yellow
RGB
172, 244, 28
HSL
80°, 91%, 53%
CMYK
30, 0, 89, 4
Luminance
0.7356
Every format
| HEX | #acf41c |
| RGB | rgb(172, 244, 28) |
| HSL | hsl(80, 91%, 53%) |
| CMYK | cmyk(30%, 0%, 89%, 4%) |
| LAB | lab(88.7 -48.9 82.9) |
| LCH | lch(88.7 96.2 120.5) |
| OKLCH | oklch(0.886 0.228 128.3) |
Copy-ready code
/* CSS */
color: #acf41c;
background-color: #acf41c;
/* Tailwind (arbitrary) */
class="text-[#acf41c] bg-[#acf41c]"
/* SCSS */
$brand: #acf41c;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.110)
/* Android */
Color.parseColor("#acf41c")Accessibility — WCAG contrast
Aa
#acf41c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf41c on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue11.0%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow88.5%
Key (black)4.3%
Color previews
#acf41c text on a black background
contrast 15.71:1
Card sample
#acf41c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf41c;
Background color
Panel with #acf41c background
background-color: #acf41c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf41c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf41c; background: linear-gradient(135deg, #acf41c, #1CF41C);