#505c21
a deep, vivid green · cool · closest name: olivedrab
RGB
80, 92, 33
HSL
72°, 47%, 25%
CMYK
13, 0, 64, 64
Luminance
0.0947
Every format
| HEX | #505c21 |
| RGB | rgb(80, 92, 33) |
| HSL | hsl(72, 47%, 25%) |
| CMYK | cmyk(13%, 0%, 64%, 64%) |
| LAB | lab(36.9 -14.3 31.6) |
| LCH | lch(36.9 34.7 114.3) |
| OKLCH | oklch(0.451 0.084 119.6) |
Copy-ready code
/* CSS */
color: #505c21;
background-color: #505c21;
/* Tailwind (arbitrary) */
class="text-[#505c21] bg-[#505c21]"
/* SCSS */
$brand: #505c21;
/* SwiftUI */
Color(red: 0.314, green: 0.361, blue: 0.129)
/* Android */
Color.parseColor("#505c21")Accessibility — WCAG contrast
Aa
#505c21 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#505c21 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green36.1%
Blue12.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow64.1%
Key (black)63.9%
Color previews
#505c21 text on a black background
contrast 2.89:1
Card sample
#505c21 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #505c21;
Background color
Panel with #505c21 background
background-color: #505c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #505c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 92, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 92, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #505c21; background: linear-gradient(135deg, #505c21, #295C21);