#acf596
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 150
HSL
106°, 83%, 78%
CMYK
30, 0, 39, 4
Luminance
0.7628
Every format
| HEX | #acf596 |
| RGB | rgb(172, 245, 150) |
| HSL | hsl(106, 83%, 78%) |
| CMYK | cmyk(30%, 0%, 39%, 4%) |
| LAB | lab(90.0 -39.8 38.7) |
| LCH | lch(90.0 55.5 135.8) |
| OKLCH | oklch(0.900 0.145 138.7) |
Copy-ready code
/* CSS */
color: #acf596;
background-color: #acf596;
/* Tailwind (arbitrary) */
class="text-[#acf596] bg-[#acf596]"
/* SCSS */
$brand: #acf596;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#acf596")Accessibility — WCAG contrast
Aa
#acf596 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf596 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue58.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#acf596 text on a black background
contrast 16.26:1
Card sample
#acf596 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf596;
Background color
Panel with #acf596 background
background-color: #acf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf596; background: linear-gradient(135deg, #acf596, #96F5BF);