#a7cb21
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 203, 33
HSL
73°, 72%, 46%
CMYK
18, 0, 84, 20
Luminance
0.5104
Every format
| HEX | #a7cb21 |
| RGB | rgb(167, 203, 33) |
| HSL | hsl(73, 72%, 46%) |
| CMYK | cmyk(18%, 0%, 84%, 20%) |
| LAB | lab(76.7 -32.6 71.7) |
| LCH | lch(76.7 78.8 114.5) |
| OKLCH | oklch(0.788 0.183 122.0) |
Copy-ready code
/* CSS */
color: #a7cb21;
background-color: #a7cb21;
/* Tailwind (arbitrary) */
class="text-[#a7cb21] bg-[#a7cb21]"
/* SCSS */
$brand: #a7cb21;
/* SwiftUI */
Color(red: 0.655, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#a7cb21")Accessibility — WCAG contrast
Aa
#a7cb21 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cb21 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green79.6%
Blue12.9%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#a7cb21 text on a black background
contrast 11.21:1
Card sample
#a7cb21 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cb21;
Background color
Panel with #a7cb21 background
background-color: #a7cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cb21; background: linear-gradient(135deg, #a7cb21, #36CB21);