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