#acda2b
a balanced, vivid green · cool · closest name: yellow
RGB
172, 218, 43
HSL
76°, 70%, 51%
CMYK
21, 0, 80, 15
Luminance
0.5909
Every format
| HEX | #acda2b |
| RGB | rgb(172, 218, 43) |
| HSL | hsl(76, 70%, 51%) |
| CMYK | cmyk(21%, 0%, 80%, 15%) |
| LAB | lab(81.3 -37.2 73.4) |
| LCH | lch(81.3 82.3 116.8) |
| OKLCH | oklch(0.827 0.194 124.2) |
Copy-ready code
/* CSS */
color: #acda2b;
background-color: #acda2b;
/* Tailwind (arbitrary) */
class="text-[#acda2b] bg-[#acda2b]"
/* SCSS */
$brand: #acda2b;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.169)
/* Android */
Color.parseColor("#acda2b")Accessibility — WCAG contrast
Aa
#acda2b on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acda2b on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue16.9%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow80.3%
Key (black)14.5%
Color previews
#acda2b text on a black background
contrast 12.82:1
Card sample
#acda2b text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acda2b;
Background color
Panel with #acda2b background
background-color: #acda2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acda2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acda2b; background: linear-gradient(135deg, #acda2b, #37DA2B);