#ace652
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 230, 82
HSL
84°, 75%, 61%
CMYK
25, 0, 64, 10
Luminance
0.6597
Every format
| HEX | #ace652 |
| RGB | rgb(172, 230, 82) |
| HSL | hsl(84, 75%, 61%) |
| CMYK | cmyk(25%, 0%, 64%, 10%) |
| LAB | lab(85.0 -40.4 63.8) |
| LCH | lch(85.0 75.5 122.3) |
| OKLCH | oklch(0.857 0.185 128.1) |
Copy-ready code
/* CSS */
color: #ace652;
background-color: #ace652;
/* Tailwind (arbitrary) */
class="text-[#ace652] bg-[#ace652]"
/* SCSS */
$brand: #ace652;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.322)
/* Android */
Color.parseColor("#ace652")Accessibility — WCAG contrast
Aa
#ace652 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace652 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue32.2%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow64.3%
Key (black)9.8%
Color previews
#ace652 text on a black background
contrast 14.19:1
Card sample
#ace652 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace652;
Background color
Panel with #ace652 background
background-color: #ace652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace652; background: linear-gradient(135deg, #ace652, #52E65B);