#acf686
a light, electric green · cool · closest name: khaki
RGB
172, 246, 134
HSL
100°, 86%, 75%
CMYK
30, 0, 46, 4
Luminance
0.7640
Every format
| HEX | #acf686 |
| RGB | rgb(172, 246, 134) |
| HSL | hsl(100, 86%, 75%) |
| CMYK | cmyk(30%, 0%, 46%, 4%) |
| LAB | lab(90.0 -42.3 46.6) |
| LCH | lch(90.0 62.9 132.2) |
| OKLCH | oklch(0.900 0.162 135.8) |
Copy-ready code
/* CSS */
color: #acf686;
background-color: #acf686;
/* Tailwind (arbitrary) */
class="text-[#acf686] bg-[#acf686]"
/* SCSS */
$brand: #acf686;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.525)
/* Android */
Color.parseColor("#acf686")Accessibility — WCAG contrast
Aa
#acf686 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf686 on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue52.5%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow45.5%
Key (black)3.5%
Color previews
#acf686 text on a black background
contrast 16.28:1
Card sample
#acf686 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf686;
Background color
Panel with #acf686 background
background-color: #acf686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf686; background: linear-gradient(135deg, #acf686, #86F6AB);