#acec5f
a balanced, electric green · cool · closest name: khaki
RGB
172, 236, 95
HSL
87°, 79%, 65%
CMYK
27, 0, 60, 8
Luminance
0.6959
Every format
| HEX | #acec5f |
| RGB | rgb(172, 236, 95) |
| HSL | hsl(87, 79%, 65%) |
| CMYK | cmyk(27%, 0%, 60%, 8%) |
| LAB | lab(86.8 -42.0 60.5) |
| LCH | lch(86.8 73.6 124.8) |
| OKLCH | oklch(0.872 0.183 130.1) |
Copy-ready code
/* CSS */
color: #acec5f;
background-color: #acec5f;
/* Tailwind (arbitrary) */
class="text-[#acec5f] bg-[#acec5f]"
/* SCSS */
$brand: #acec5f;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#acec5f")Accessibility — WCAG contrast
Aa
#acec5f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acec5f on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue37.3%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow59.7%
Key (black)7.5%
Color previews
#acec5f text on a black background
contrast 14.92:1
Card sample
#acec5f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acec5f;
Background color
Panel with #acec5f background
background-color: #acec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acec5f; background: linear-gradient(135deg, #acec5f, #5FEC70);