#ace665
a balanced, vivid green · cool · closest name: khaki
RGB
172, 230, 101
HSL
87°, 72%, 65%
CMYK
25, 0, 56, 10
Luminance
0.6630
Every format
| HEX | #ace665 |
| RGB | rgb(172, 230, 101) |
| HSL | hsl(87, 72%, 65%) |
| CMYK | cmyk(25%, 0%, 56%, 10%) |
| LAB | lab(85.2 -38.8 56.0) |
| LCH | lch(85.2 68.1 124.7) |
| OKLCH | oklch(0.859 0.170 129.6) |
Copy-ready code
/* CSS */
color: #ace665;
background-color: #ace665;
/* Tailwind (arbitrary) */
class="text-[#ace665] bg-[#ace665]"
/* SCSS */
$brand: #ace665;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.396)
/* Android */
Color.parseColor("#ace665")Accessibility — WCAG contrast
Aa
#ace665 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace665 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue39.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow56.1%
Key (black)9.8%
Color previews
#ace665 text on a black background
contrast 14.26:1
Card sample
#ace665 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace665;
Background color
Panel with #ace665 background
background-color: #ace665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace665; background: linear-gradient(135deg, #ace665, #65E674);