#acf74f
a balanced, electric green · cool · closest name: yellow
RGB
172, 247, 79
HSL
87°, 91%, 64%
CMYK
30, 0, 68, 3
Luminance
0.7586
Every format
| HEX | #acf74f |
| RGB | rgb(172, 247, 79) |
| HSL | hsl(87, 91%, 64%) |
| CMYK | cmyk(30%, 0%, 68%, 3%) |
| LAB | lab(89.8 -47.9 70.0) |
| LCH | lch(89.8 84.8 124.4) |
| OKLCH | oklch(0.896 0.208 130.5) |
Copy-ready code
/* CSS */
color: #acf74f;
background-color: #acf74f;
/* Tailwind (arbitrary) */
class="text-[#acf74f] bg-[#acf74f]"
/* SCSS */
$brand: #acf74f;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#acf74f")Accessibility — WCAG contrast
Aa
#acf74f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf74f on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue31.0%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#acf74f text on a black background
contrast 16.17:1
Card sample
#acf74f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf74f;
Background color
Panel with #acf74f background
background-color: #acf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf74f; background: linear-gradient(135deg, #acf74f, #4FF762);