#acf86d
a light, electric green · cool · closest name: khaki
RGB
172, 248, 109
HSL
93°, 91%, 70%
CMYK
31, 0, 56, 3
Luminance
0.7701
Every format
| HEX | #acf86d |
| RGB | rgb(172, 248, 109) |
| HSL | hsl(93, 91%, 70%) |
| CMYK | cmyk(31%, 0%, 56%, 3%) |
| LAB | lab(90.3 -45.9 58.4) |
| LCH | lch(90.3 74.3 128.1) |
| OKLCH | oklch(0.901 0.187 132.9) |
Copy-ready code
/* CSS */
color: #acf86d;
background-color: #acf86d;
/* Tailwind (arbitrary) */
class="text-[#acf86d] bg-[#acf86d]"
/* SCSS */
$brand: #acf86d;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.427)
/* Android */
Color.parseColor("#acf86d")Accessibility — WCAG contrast
Aa
#acf86d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf86d on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue42.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow56.0%
Key (black)2.7%
Color previews
#acf86d text on a black background
contrast 16.40:1
Card sample
#acf86d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf86d;
Background color
Panel with #acf86d background
background-color: #acf86d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf86d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf86d; background: linear-gradient(135deg, #acf86d, #6DF88B);