#acf85f
a light, electric green · cool · closest name: yellow
RGB
172, 248, 95
HSL
90°, 92%, 67%
CMYK
31, 0, 62, 3
Luminance
0.7673
Every format
| HEX | #acf85f |
| RGB | rgb(172, 248, 95) |
| HSL | hsl(90, 92%, 67%) |
| CMYK | cmyk(31%, 0%, 62%, 3%) |
| LAB | lab(90.2 -47.1 64.2) |
| LCH | lch(90.2 79.7 126.3) |
| OKLCH | oklch(0.899 0.199 131.7) |
Copy-ready code
/* CSS */
color: #acf85f;
background-color: #acf85f;
/* Tailwind (arbitrary) */
class="text-[#acf85f] bg-[#acf85f]"
/* SCSS */
$brand: #acf85f;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.373)
/* Android */
Color.parseColor("#acf85f")Accessibility — WCAG contrast
Aa
#acf85f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf85f on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue37.3%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow61.7%
Key (black)2.7%
Color previews
#acf85f text on a black background
contrast 16.35:1
Card sample
#acf85f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf85f;
Background color
Panel with #acf85f background
background-color: #acf85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf85f; background: linear-gradient(135deg, #acf85f, #5FF878);