#758821
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 136, 33
HSL
71°, 61%, 33%
CMYK
14, 0, 76, 47
Luminance
0.2150
Every format
| HEX | #758821 |
| RGB | rgb(117, 136, 33) |
| HSL | hsl(71, 61%, 33%) |
| CMYK | cmyk(14%, 0%, 76%, 47%) |
| LAB | lab(53.5 -21.1 49.5) |
| LCH | lch(53.5 53.8 113.1) |
| OKLCH | oklch(0.592 0.126 119.7) |
Copy-ready code
/* CSS */
color: #758821;
background-color: #758821;
/* Tailwind (arbitrary) */
class="text-[#758821] bg-[#758821]"
/* SCSS */
$brand: #758821;
/* SwiftUI */
Color(red: 0.459, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#758821")Accessibility — WCAG contrast
Aa
#758821 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758821 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green53.3%
Blue12.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#758821 text on a black background
contrast 5.30:1
Card sample
#758821 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758821;
Background color
Panel with #758821 background
background-color: #758821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758821; background: linear-gradient(135deg, #758821, #308821);