#748721
a dark, vivid green · cool · closest name: olivedrab
RGB
116, 135, 33
HSL
71°, 61%, 33%
CMYK
14, 0, 76, 47
Luminance
0.2115
Every format
| HEX | #748721 |
| RGB | rgb(116, 135, 33) |
| HSL | hsl(71, 61%, 33%) |
| CMYK | cmyk(14%, 0%, 76%, 47%) |
| LAB | lab(53.1 -21.0 49.1) |
| LCH | lch(53.1 53.5 113.2) |
| OKLCH | oklch(0.589 0.126 119.8) |
Copy-ready code
/* CSS */
color: #748721;
background-color: #748721;
/* Tailwind (arbitrary) */
class="text-[#748721] bg-[#748721]"
/* SCSS */
$brand: #748721;
/* SwiftUI */
Color(red: 0.455, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#748721")Accessibility — WCAG contrast
Aa
#748721 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748721 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green52.9%
Blue12.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#748721 text on a black background
contrast 5.23:1
Card sample
#748721 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748721;
Background color
Panel with #748721 background
background-color: #748721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748721; background: linear-gradient(135deg, #748721, #308721);