#acf985
a light, electric green · cool · closest name: khaki
RGB
172, 249, 133
HSL
100°, 91%, 75%
CMYK
31, 0, 47, 2
Luminance
0.7822
Every format
| HEX | #acf985 |
| RGB | rgb(172, 249, 133) |
| HSL | hsl(100, 91%, 75%) |
| CMYK | cmyk(31%, 0%, 47%, 2%) |
| LAB | lab(90.9 -43.7 48.1) |
| LCH | lch(90.9 65.0 132.3) |
| OKLCH | oklch(0.906 0.167 136.0) |
Copy-ready code
/* CSS */
color: #acf985;
background-color: #acf985;
/* Tailwind (arbitrary) */
class="text-[#acf985] bg-[#acf985]"
/* SCSS */
$brand: #acf985;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#acf985")Accessibility — WCAG contrast
Aa
#acf985 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf985 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue52.2%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow46.6%
Key (black)2.4%
Color previews
#acf985 text on a black background
contrast 16.64:1
Card sample
#acf985 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf985;
Background color
Panel with #acf985 background
background-color: #acf985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf985; background: linear-gradient(135deg, #acf985, #85F9AB);