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