#5b7213
a dark, vivid green · cool · closest name: olivedrab
RGB
91, 114, 19
HSL
75°, 71%, 26%
CMYK
20, 0, 83, 55
Luminance
0.1431
Every format
| HEX | #5b7213 |
| RGB | rgb(91, 114, 19) |
| HSL | hsl(75, 71%, 26%) |
| CMYK | cmyk(20%, 0%, 83%, 55%) |
| LAB | lab(44.7 -22.0 45.4) |
| LCH | lch(44.7 50.4 115.8) |
| OKLCH | oklch(0.515 0.118 123.1) |
Copy-ready code
/* CSS */
color: #5b7213;
background-color: #5b7213;
/* Tailwind (arbitrary) */
class="text-[#5b7213] bg-[#5b7213]"
/* SCSS */
$brand: #5b7213;
/* SwiftUI */
Color(red: 0.357, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#5b7213")Accessibility — WCAG contrast
Aa
#5b7213 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b7213 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green44.7%
Blue7.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#5b7213 text on a black background
contrast 3.86:1
Card sample
#5b7213 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b7213;
Background color
Panel with #5b7213 background
background-color: #5b7213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b7213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b7213; background: linear-gradient(135deg, #5b7213, #1C7213);