#7ca621
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 166, 33
HSL
79°, 67%, 39%
CMYK
25, 0, 80, 35
Luminance
0.3167
Every format
| HEX | #7ca621 |
| RGB | rgb(124, 166, 33) |
| HSL | hsl(79, 67%, 39%) |
| CMYK | cmyk(25%, 0%, 80%, 35%) |
| LAB | lab(63.1 -32.8 58.6) |
| LCH | lch(63.1 67.2 119.2) |
| OKLCH | oklch(0.670 0.160 126.4) |
Copy-ready code
/* CSS */
color: #7ca621;
background-color: #7ca621;
/* Tailwind (arbitrary) */
class="text-[#7ca621] bg-[#7ca621]"
/* SCSS */
$brand: #7ca621;
/* SwiftUI */
Color(red: 0.486, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#7ca621")Accessibility — WCAG contrast
Aa
#7ca621 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ca621 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green65.1%
Blue12.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow80.1%
Key (black)34.9%
Color previews
#7ca621 text on a black background
contrast 7.33:1
Card sample
#7ca621 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ca621;
Background color
Panel with #7ca621 background
background-color: #7ca621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ca621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ca621; background: linear-gradient(135deg, #7ca621, #23A621);