#acec6f
a light, electric green · cool · closest name: khaki
RGB
172, 236, 111
HSL
91°, 77%, 68%
CMYK
27, 0, 53, 8
Luminance
0.6991
Every format
| HEX | #acec6f |
| RGB | rgb(172, 236, 111) |
| HSL | hsl(91, 77%, 68%) |
| CMYK | cmyk(27%, 0%, 53%, 8%) |
| LAB | lab(87.0 -40.5 53.6) |
| LCH | lch(87.0 67.1 127.1) |
| OKLCH | oklch(0.874 0.170 131.6) |
Copy-ready code
/* CSS */
color: #acec6f;
background-color: #acec6f;
/* Tailwind (arbitrary) */
class="text-[#acec6f] bg-[#acec6f]"
/* SCSS */
$brand: #acec6f;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#acec6f")Accessibility — WCAG contrast
Aa
#acec6f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acec6f on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue43.5%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow53.0%
Key (black)7.5%
Color previews
#acec6f text on a black background
contrast 14.98:1
Card sample
#acec6f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acec6f;
Background color
Panel with #acec6f background
background-color: #acec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acec6f; background: linear-gradient(135deg, #acec6f, #6FEC85);