#749421
a dark, vivid green · cool · closest name: olivedrab
RGB
116, 148, 33
HSL
77°, 64%, 36%
CMYK
22, 0, 78, 42
Luminance
0.2500
Every format
| HEX | #749421 |
| RGB | rgb(116, 148, 33) |
| HSL | hsl(77, 64%, 36%) |
| CMYK | cmyk(22%, 0%, 78%, 42%) |
| LAB | lab(57.1 -27.5 52.9) |
| LCH | lch(57.1 59.6 117.5) |
| OKLCH | oklch(0.621 0.142 124.4) |
Copy-ready code
/* CSS */
color: #749421;
background-color: #749421;
/* Tailwind (arbitrary) */
class="text-[#749421] bg-[#749421]"
/* SCSS */
$brand: #749421;
/* SwiftUI */
Color(red: 0.455, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#749421")Accessibility — WCAG contrast
Aa
#749421 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#749421 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#749421 text on a black background
contrast 6.00:1
Card sample
#749421 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749421;
Background color
Panel with #749421 background
background-color: #749421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749421; background: linear-gradient(135deg, #749421, #279421);