#acf784
a light, electric green · cool · closest name: khaki
RGB
172, 247, 132
HSL
99°, 88%, 74%
CMYK
30, 0, 47, 3
Luminance
0.7696
Every format
| HEX | #acf784 |
| RGB | rgb(172, 247, 132) |
| HSL | hsl(99, 88%, 74%) |
| CMYK | cmyk(30%, 0%, 47%, 3%) |
| LAB | lab(90.3 -43.0 47.8) |
| LCH | lch(90.3 64.3 131.9) |
| OKLCH | oklch(0.902 0.165 135.6) |
Copy-ready code
/* CSS */
color: #acf784;
background-color: #acf784;
/* Tailwind (arbitrary) */
class="text-[#acf784] bg-[#acf784]"
/* SCSS */
$brand: #acf784;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.518)
/* Android */
Color.parseColor("#acf784")Accessibility — WCAG contrast
Aa
#acf784 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf784 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue51.8%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow46.6%
Key (black)3.1%
Color previews
#acf784 text on a black background
contrast 16.39:1
Card sample
#acf784 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf784;
Background color
Panel with #acf784 background
background-color: #acf784;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf784;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf784; background: linear-gradient(135deg, #acf784, #84F7A9);