#acf72f
a balanced, electric green · cool · closest name: yellow
RGB
172, 247, 47
HSL
83°, 93%, 58%
CMYK
30, 0, 81, 3
Luminance
0.7550
Every format
| HEX | #acf72f |
| RGB | rgb(172, 247, 47) |
| HSL | hsl(83, 93%, 58%) |
| CMYK | cmyk(30%, 0%, 81%, 3%) |
| LAB | lab(89.6 -49.5 79.8) |
| LCH | lch(89.6 93.9 121.8) |
| OKLCH | oklch(0.894 0.225 129.2) |
Copy-ready code
/* CSS */
color: #acf72f;
background-color: #acf72f;
/* Tailwind (arbitrary) */
class="text-[#acf72f] bg-[#acf72f]"
/* SCSS */
$brand: #acf72f;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.184)
/* Android */
Color.parseColor("#acf72f")Accessibility — WCAG contrast
Aa
#acf72f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf72f on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue18.4%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow81.0%
Key (black)3.1%
Color previews
#acf72f text on a black background
contrast 16.10:1
Card sample
#acf72f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf72f;
Background color
Panel with #acf72f background
background-color: #acf72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf72f; background: linear-gradient(135deg, #acf72f, #2FF737);