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