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