#507621
a dark, vivid green · cool · closest name: olivedrab
RGB
80, 118, 33
HSL
87°, 56%, 30%
CMYK
32, 0, 72, 54
Luminance
0.1477
Every format
| HEX | #507621 |
| RGB | rgb(80, 118, 33) |
| HSL | hsl(87, 56%, 30%) |
| CMYK | cmyk(32%, 0%, 72%, 54%) |
| LAB | lab(45.3 -27.8 40.6) |
| LCH | lch(45.3 49.2 124.4) |
| OKLCH | oklch(0.519 0.121 130.5) |
Copy-ready code
/* CSS */
color: #507621;
background-color: #507621;
/* Tailwind (arbitrary) */
class="text-[#507621] bg-[#507621]"
/* SCSS */
$brand: #507621;
/* SwiftUI */
Color(red: 0.314, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#507621")Accessibility — WCAG contrast
Aa
#507621 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#507621 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green46.3%
Blue12.9%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#507621 text on a black background
contrast 3.95:1
Card sample
#507621 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #507621;
Background color
Panel with #507621 background
background-color: #507621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #507621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #507621; background: linear-gradient(135deg, #507621, #21762B);