#acf34f
a balanced, electric green · cool · closest name: yellow
RGB
172, 243, 79
HSL
86°, 87%, 63%
CMYK
29, 0, 68, 5
Luminance
0.7344
Every format
| HEX | #acf34f |
| RGB | rgb(172, 243, 79) |
| HSL | hsl(86, 87%, 63%) |
| CMYK | cmyk(29%, 0%, 68%, 5%) |
| LAB | lab(88.7 -46.2 68.8) |
| LCH | lch(88.7 82.9 123.9) |
| OKLCH | oklch(0.886 0.204 130.0) |
Copy-ready code
/* CSS */
color: #acf34f;
background-color: #acf34f;
/* Tailwind (arbitrary) */
class="text-[#acf34f] bg-[#acf34f]"
/* SCSS */
$brand: #acf34f;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.310)
/* Android */
Color.parseColor("#acf34f")Accessibility — WCAG contrast
Aa
#acf34f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf34f on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue31.0%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow67.5%
Key (black)4.7%
Color previews
#acf34f text on a black background
contrast 15.69:1
Card sample
#acf34f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf34f;
Background color
Panel with #acf34f background
background-color: #acf34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf34f; background: linear-gradient(135deg, #acf34f, #4FF35F);