#acf02f
a balanced, electric green · cool · closest name: yellow
RGB
172, 240, 47
HSL
81°, 87%, 56%
CMYK
28, 0, 80, 6
Luminance
0.7130
Every format
| HEX | #acf02f |
| RGB | rgb(172, 240, 47) |
| HSL | hsl(81, 87%, 56%) |
| CMYK | cmyk(28%, 0%, 80%, 6%) |
| LAB | lab(87.6 -46.6 78.0) |
| LCH | lch(87.6 90.9 120.9) |
| OKLCH | oklch(0.878 0.217 128.2) |
Copy-ready code
/* CSS */
color: #acf02f;
background-color: #acf02f;
/* Tailwind (arbitrary) */
class="text-[#acf02f] bg-[#acf02f]"
/* SCSS */
$brand: #acf02f;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.184)
/* Android */
Color.parseColor("#acf02f")Accessibility — WCAG contrast
Aa
#acf02f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf02f on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue18.4%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow80.4%
Key (black)5.9%
Color previews
#acf02f text on a black background
contrast 15.26:1
Card sample
#acf02f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf02f;
Background color
Panel with #acf02f background
background-color: #acf02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf02f; background: linear-gradient(135deg, #acf02f, #2FF033);