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