#acda41
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 218, 65
HSL
78°, 67%, 56%
CMYK
21, 0, 70, 15
Luminance
0.5930
Every format
| HEX | #acda41 |
| RGB | rgb(172, 218, 65) |
| HSL | hsl(78, 67%, 56%) |
| CMYK | cmyk(21%, 0%, 70%, 15%) |
| LAB | lab(81.5 -36.1 66.7) |
| LCH | lch(81.5 75.8 118.4) |
| OKLCH | oklch(0.828 0.182 124.9) |
Copy-ready code
/* CSS */
color: #acda41;
background-color: #acda41;
/* Tailwind (arbitrary) */
class="text-[#acda41] bg-[#acda41]"
/* SCSS */
$brand: #acda41;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.255)
/* Android */
Color.parseColor("#acda41")Accessibility — WCAG contrast
Aa
#acda41 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acda41 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue25.5%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow70.2%
Key (black)14.5%
Color previews
#acda41 text on a black background
contrast 12.86:1
Card sample
#acda41 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acda41;
Background color
Panel with #acda41 background
background-color: #acda41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acda41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acda41; background: linear-gradient(135deg, #acda41, #46DA41);