#acd751
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 215, 81
HSL
79°, 63%, 58%
CMYK
20, 0, 62, 16
Luminance
0.5797
Every format
| HEX | #acd751 |
| RGB | rgb(172, 215, 81) |
| HSL | hsl(79, 63%, 58%) |
| CMYK | cmyk(20%, 0%, 62%, 16%) |
| LAB | lab(80.7 -33.7 59.7) |
| LCH | lch(80.7 68.5 119.4) |
| OKLCH | oklch(0.822 0.167 125.1) |
Copy-ready code
/* CSS */
color: #acd751;
background-color: #acd751;
/* Tailwind (arbitrary) */
class="text-[#acd751] bg-[#acd751]"
/* SCSS */
$brand: #acd751;
/* SwiftUI */
Color(red: 0.675, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#acd751")Accessibility — WCAG contrast
Aa
#acd751 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd751 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.3%
Blue31.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow62.3%
Key (black)15.7%
Color previews
#acd751 text on a black background
contrast 12.59:1
Card sample
#acd751 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd751;
Background color
Panel with #acd751 background
background-color: #acd751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd751; background: linear-gradient(135deg, #acd751, #52D751);