#acf45f
a light, electric green · cool · closest name: yellow
RGB
172, 244, 95
HSL
89°, 87%, 67%
CMYK
30, 0, 61, 4
Luminance
0.7430
Every format
| HEX | #acf45f |
| RGB | rgb(172, 244, 95) |
| HSL | hsl(89, 87%, 67%) |
| CMYK | cmyk(30%, 0%, 61%, 4%) |
| LAB | lab(89.1 -45.4 63.0) |
| LCH | lch(89.1 77.7 125.8) |
| OKLCH | oklch(0.890 0.194 131.2) |
Copy-ready code
/* CSS */
color: #acf45f;
background-color: #acf45f;
/* Tailwind (arbitrary) */
class="text-[#acf45f] bg-[#acf45f]"
/* SCSS */
$brand: #acf45f;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#acf45f")Accessibility — WCAG contrast
Aa
#acf45f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf45f on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue37.3%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow61.1%
Key (black)4.3%
Color previews
#acf45f text on a black background
contrast 15.86:1
Card sample
#acf45f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf45f;
Background color
Panel with #acf45f background
background-color: #acf45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf45f; background: linear-gradient(135deg, #acf45f, #5FF475);