#acf484
a light, electric green · cool · closest name: khaki
RGB
172, 244, 132
HSL
99°, 84%, 74%
CMYK
30, 0, 46, 4
Luminance
0.7514
Every format
| HEX | #acf484 |
| RGB | rgb(172, 244, 132) |
| HSL | hsl(99, 84%, 74%) |
| CMYK | cmyk(30%, 0%, 46%, 4%) |
| LAB | lab(89.5 -41.6 46.8) |
| LCH | lch(89.5 62.6 131.7) |
| OKLCH | oklch(0.895 0.161 135.3) |
Copy-ready code
/* CSS */
color: #acf484;
background-color: #acf484;
/* Tailwind (arbitrary) */
class="text-[#acf484] bg-[#acf484]"
/* SCSS */
$brand: #acf484;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#acf484")Accessibility — WCAG contrast
Aa
#acf484 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf484 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue51.8%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow45.9%
Key (black)4.3%
Color previews
#acf484 text on a black background
contrast 16.03:1
Card sample
#acf484 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf484;
Background color
Panel with #acf484 background
background-color: #acf484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf484; background: linear-gradient(135deg, #acf484, #84F4A7);