#acd652
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 214, 82
HSL
79°, 62%, 58%
CMYK
20, 0, 62, 16
Luminance
0.5747
Every format
| HEX | #acd652 |
| RGB | rgb(172, 214, 82) |
| HSL | hsl(79, 62%, 58%) |
| CMYK | cmyk(20%, 0%, 62%, 16%) |
| LAB | lab(80.4 -33.1 59.0) |
| LCH | lch(80.4 67.6 119.3) |
| OKLCH | oklch(0.820 0.165 124.9) |
Copy-ready code
/* CSS */
color: #acd652;
background-color: #acd652;
/* Tailwind (arbitrary) */
class="text-[#acd652] bg-[#acd652]"
/* SCSS */
$brand: #acd652;
/* SwiftUI */
Color(red: 0.675, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#acd652")Accessibility — WCAG contrast
Aa
#acd652 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd652 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.9%
Blue32.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#acd652 text on a black background
contrast 12.49:1
Card sample
#acd652 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd652;
Background color
Panel with #acd652 background
background-color: #acd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd652; background: linear-gradient(135deg, #acd652, #54D652);