#5a881b
a dark, vivid green · cool · closest name: olivedrab
RGB
90, 136, 27
HSL
85°, 67%, 32%
CMYK
34, 0, 80, 47
Luminance
0.1986
Every format
| HEX | #5a881b |
| RGB | rgb(90, 136, 27) |
| HSL | hsl(85, 67%, 32%) |
| CMYK | cmyk(34%, 0%, 80%, 47%) |
| LAB | lab(51.7 -32.7 49.3) |
| LCH | lch(51.7 59.1 123.6) |
| OKLCH | oklch(0.573 0.143 130.5) |
Copy-ready code
/* CSS */
color: #5a881b;
background-color: #5a881b;
/* Tailwind (arbitrary) */
class="text-[#5a881b] bg-[#5a881b]"
/* SCSS */
$brand: #5a881b;
/* SwiftUI */
Color(red: 0.353, green: 0.533, blue: 0.106)
/* Android */
Color.parseColor("#5a881b")Accessibility — WCAG contrast
Aa
#5a881b on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5a881b on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green53.3%
Blue10.6%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow80.1%
Key (black)46.7%
Color previews
#5a881b text on a black background
contrast 4.97:1
Card sample
#5a881b text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a881b;
Background color
Panel with #5a881b background
background-color: #5a881b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a881b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 136, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 136, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a881b; background: linear-gradient(135deg, #5a881b, #1B8825);