#acf481
a light, electric green · cool · closest name: khaki
RGB
172, 244, 129
HSL
98°, 84%, 73%
CMYK
30, 0, 47, 4
Luminance
0.7506
Every format
| HEX | #acf481 |
| RGB | rgb(172, 244, 129) |
| HSL | hsl(98, 84%, 73%) |
| CMYK | cmyk(30%, 0%, 47%, 4%) |
| LAB | lab(89.4 -42.0 48.2) |
| LCH | lch(89.4 63.9 131.1) |
| OKLCH | oklch(0.894 0.164 134.9) |
Copy-ready code
/* CSS */
color: #acf481;
background-color: #acf481;
/* Tailwind (arbitrary) */
class="text-[#acf481] bg-[#acf481]"
/* SCSS */
$brand: #acf481;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.506)
/* Android */
Color.parseColor("#acf481")Accessibility — WCAG contrast
Aa
#acf481 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf481 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue50.6%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow47.1%
Key (black)4.3%
Color previews
#acf481 text on a black background
contrast 16.01:1
Card sample
#acf481 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf481;
Background color
Panel with #acf481 background
background-color: #acf481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf481; background: linear-gradient(135deg, #acf481, #81F4A3);