#acec7c
a light, vivid green · cool · closest name: khaki
RGB
172, 236, 124
HSL
94°, 75%, 71%
CMYK
27, 0, 48, 8
Luminance
0.7022
Every format
| HEX | #acec7c |
| RGB | rgb(172, 236, 124) |
| HSL | hsl(94, 75%, 71%) |
| CMYK | cmyk(27%, 0%, 48%, 8%) |
| LAB | lab(87.1 -39.0 47.7) |
| LCH | lch(87.1 61.6 129.3) |
| OKLCH | oklch(0.875 0.158 133.2) |
Copy-ready code
/* CSS */
color: #acec7c;
background-color: #acec7c;
/* Tailwind (arbitrary) */
class="text-[#acec7c] bg-[#acec7c]"
/* SCSS */
$brand: #acec7c;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.486)
/* Android */
Color.parseColor("#acec7c")Accessibility — WCAG contrast
Aa
#acec7c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acec7c on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue48.6%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow47.5%
Key (black)7.5%
Color previews
#acec7c text on a black background
contrast 15.04:1
Card sample
#acec7c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acec7c;
Background color
Panel with #acec7c background
background-color: #acec7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acec7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acec7c; background: linear-gradient(135deg, #acec7c, #7CEC97);