#acfd87
a light, electric green · cool · closest name: khaki
RGB
172, 253, 135
HSL
101°, 97%, 76%
CMYK
32, 0, 47, 1
Luminance
0.8077
Every format
| HEX | #acfd87 |
| RGB | rgb(172, 253, 135) |
| HSL | hsl(101, 97%, 76%) |
| CMYK | cmyk(32%, 0%, 47%, 1%) |
| LAB | lab(92.0 -45.2 48.6) |
| LCH | lch(92.0 66.3 132.9) |
| OKLCH | oklch(0.916 0.171 136.6) |
Copy-ready code
/* CSS */
color: #acfd87;
background-color: #acfd87;
/* Tailwind (arbitrary) */
class="text-[#acfd87] bg-[#acfd87]"
/* SCSS */
$brand: #acfd87;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.529)
/* Android */
Color.parseColor("#acfd87")Accessibility — WCAG contrast
Aa
#acfd87 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfd87 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue52.9%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow46.6%
Key (black)0.8%
Color previews
#acfd87 text on a black background
contrast 17.15:1
Card sample
#acfd87 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfd87;
Background color
Panel with #acfd87 background
background-color: #acfd87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfd87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfd87; background: linear-gradient(135deg, #acfd87, #87FDB1);