#acf488
a light, electric green · cool · closest name: khaki
RGB
172, 244, 136
HSL
100°, 83%, 75%
CMYK
30, 0, 44, 4
Luminance
0.7525
Every format
| HEX | #acf488 |
| RGB | rgb(172, 244, 136) |
| HSL | hsl(100, 83%, 75%) |
| CMYK | cmyk(30%, 0%, 44%, 4%) |
| LAB | lab(89.5 -41.2 44.9) |
| LCH | lch(89.5 60.9 132.5) |
| OKLCH | oklch(0.895 0.157 135.9) |
Copy-ready code
/* CSS */
color: #acf488;
background-color: #acf488;
/* Tailwind (arbitrary) */
class="text-[#acf488] bg-[#acf488]"
/* SCSS */
$brand: #acf488;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.533)
/* Android */
Color.parseColor("#acf488")Accessibility — WCAG contrast
Aa
#acf488 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf488 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue53.3%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow44.3%
Key (black)4.3%
Color previews
#acf488 text on a black background
contrast 16.05:1
Card sample
#acf488 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf488;
Background color
Panel with #acf488 background
background-color: #acf488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf488; background: linear-gradient(135deg, #acf488, #88F4AC);