#acf80c
a balanced, electric green · cool · closest name: yellow
RGB
172, 248, 12
HSL
79°, 94%, 51%
CMYK
31, 0, 95, 3
Luminance
0.7593
Every format
| HEX | #acf80c |
| RGB | rgb(172, 248, 12) |
| HSL | hsl(79, 94%, 51%) |
| CMYK | cmyk(31%, 0%, 95%, 3%) |
| LAB | lab(89.8 -50.8 85.7) |
| LCH | lch(89.8 99.6 120.7) |
| OKLCH | oklch(0.895 0.235 128.7) |
Copy-ready code
/* CSS */
color: #acf80c;
background-color: #acf80c;
/* Tailwind (arbitrary) */
class="text-[#acf80c] bg-[#acf80c]"
/* SCSS */
$brand: #acf80c;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.047)
/* Android */
Color.parseColor("#acf80c")Accessibility — WCAG contrast
Aa
#acf80c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf80c on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue4.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow95.2%
Key (black)2.7%
Color previews
#acf80c text on a black background
contrast 16.19:1
Card sample
#acf80c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf80c;
Background color
Panel with #acf80c background
background-color: #acf80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf80c; background: linear-gradient(135deg, #acf80c, #0FF80C);