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