#ace660
a balanced, vivid green · cool · closest name: khaki
RGB
172, 230, 96
HSL
86°, 73%, 64%
CMYK
25, 0, 58, 10
Luminance
0.6621
Every format
| HEX | #ace660 |
| RGB | rgb(172, 230, 96) |
| HSL | hsl(86, 73%, 64%) |
| CMYK | cmyk(25%, 0%, 58%, 10%) |
| LAB | lab(85.1 -39.2 58.1) |
| LCH | lch(85.1 70.1 124.0) |
| OKLCH | oklch(0.858 0.175 129.2) |
Copy-ready code
/* CSS */
color: #ace660;
background-color: #ace660;
/* Tailwind (arbitrary) */
class="text-[#ace660] bg-[#ace660]"
/* SCSS */
$brand: #ace660;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.376)
/* Android */
Color.parseColor("#ace660")Accessibility — WCAG contrast
Aa
#ace660 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace660 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue37.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow58.3%
Key (black)9.8%
Color previews
#ace660 text on a black background
contrast 14.24:1
Card sample
#ace660 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace660;
Background color
Panel with #ace660 background
background-color: #ace660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace660; background: linear-gradient(135deg, #ace660, #60E66D);