#acf174
a light, electric green · cool · closest name: khaki
RGB
172, 241, 116
HSL
93°, 82%, 70%
CMYK
29, 0, 52, 6
Luminance
0.7294
Every format
| HEX | #acf174 |
| RGB | rgb(172, 241, 116) |
| HSL | hsl(93, 82%, 70%) |
| CMYK | cmyk(29%, 0%, 52%, 6%) |
| LAB | lab(88.4 -42.1 53.0) |
| LCH | lch(88.4 67.7 128.5) |
| OKLCH | oklch(0.886 0.172 132.8) |
Copy-ready code
/* CSS */
color: #acf174;
background-color: #acf174;
/* Tailwind (arbitrary) */
class="text-[#acf174] bg-[#acf174]"
/* SCSS */
$brand: #acf174;
/* SwiftUI */
Color(red: 0.675, green: 0.945, blue: 0.455)
/* Android */
Color.parseColor("#acf174")Accessibility — WCAG contrast
Aa
#acf174 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf174 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.5%
Blue45.5%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow51.9%
Key (black)5.5%
Color previews
#acf174 text on a black background
contrast 15.59:1
Card sample
#acf174 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf174;
Background color
Panel with #acf174 background
background-color: #acf174;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf174;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 241, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 241, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf174; background: linear-gradient(135deg, #acf174, #74F18F);