#7ca521
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 165, 33
HSL
79°, 67%, 39%
CMYK
25, 0, 80, 35
Luminance
0.3131
Every format
| HEX | #7ca521 |
| RGB | rgb(124, 165, 33) |
| HSL | hsl(79, 67%, 39%) |
| CMYK | cmyk(25%, 0%, 80%, 35%) |
| LAB | lab(62.8 -32.3 58.4) |
| LCH | lch(62.8 66.7 119.0) |
| OKLCH | oklch(0.668 0.159 126.2) |
Copy-ready code
/* CSS */
color: #7ca521;
background-color: #7ca521;
/* Tailwind (arbitrary) */
class="text-[#7ca521] bg-[#7ca521]"
/* SCSS */
$brand: #7ca521;
/* SwiftUI */
Color(red: 0.486, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#7ca521")Accessibility — WCAG contrast
Aa
#7ca521 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ca521 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#7ca521 text on a black background
contrast 7.26:1
Card sample
#7ca521 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ca521;
Background color
Panel with #7ca521 background
background-color: #7ca521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ca521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ca521; background: linear-gradient(135deg, #7ca521, #24A521);