#ace65c
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 230, 92
HSL
85°, 73%, 63%
CMYK
25, 0, 60, 10
Luminance
0.6614
Every format
| HEX | #ace65c |
| RGB | rgb(172, 230, 92) |
| HSL | hsl(85, 73%, 63%) |
| CMYK | cmyk(25%, 0%, 60%, 10%) |
| LAB | lab(85.1 -39.6 59.8) |
| LCH | lch(85.1 71.7 123.5) |
| OKLCH | oklch(0.858 0.178 128.8) |
Copy-ready code
/* CSS */
color: #ace65c;
background-color: #ace65c;
/* Tailwind (arbitrary) */
class="text-[#ace65c] bg-[#ace65c]"
/* SCSS */
$brand: #ace65c;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.361)
/* Android */
Color.parseColor("#ace65c")Accessibility — WCAG contrast
Aa
#ace65c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace65c on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue36.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow60.0%
Key (black)9.8%
Color previews
#ace65c text on a black background
contrast 14.23:1
Card sample
#ace65c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace65c;
Background color
Panel with #ace65c background
background-color: #ace65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace65c; background: linear-gradient(135deg, #ace65c, #5CE668);