#acf587
a light, electric green · cool · closest name: khaki
RGB
172, 245, 135
HSL
100°, 85%, 75%
CMYK
30, 0, 45, 4
Luminance
0.7582
Every format
| HEX | #acf587 |
| RGB | rgb(172, 245, 135) |
| HSL | hsl(100, 85%, 75%) |
| CMYK | cmyk(30%, 0%, 45%, 4%) |
| LAB | lab(89.8 -41.7 45.8) |
| LCH | lch(89.8 61.9 132.4) |
| OKLCH | oklch(0.897 0.160 135.9) |
Copy-ready code
/* CSS */
color: #acf587;
background-color: #acf587;
/* Tailwind (arbitrary) */
class="text-[#acf587] bg-[#acf587]"
/* SCSS */
$brand: #acf587;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.529)
/* Android */
Color.parseColor("#acf587")Accessibility — WCAG contrast
Aa
#acf587 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf587 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue52.9%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow44.9%
Key (black)3.9%
Color previews
#acf587 text on a black background
contrast 16.16:1
Card sample
#acf587 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf587;
Background color
Panel with #acf587 background
background-color: #acf587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf587; background: linear-gradient(135deg, #acf587, #87F5AB);