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