#708421
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 132, 33
HSL
72°, 60%, 32%
CMYK
15, 0, 75, 48
Luminance
0.2006
Every format
| HEX | #708421 |
| RGB | rgb(112, 132, 33) |
| HSL | hsl(72, 60%, 32%) |
| CMYK | cmyk(15%, 0%, 75%, 48%) |
| LAB | lab(51.9 -21.2 47.9) |
| LCH | lch(51.9 52.4 113.9) |
| OKLCH | oklch(0.578 0.123 120.5) |
Copy-ready code
/* CSS */
color: #708421;
background-color: #708421;
/* Tailwind (arbitrary) */
class="text-[#708421] bg-[#708421]"
/* SCSS */
$brand: #708421;
/* SwiftUI */
Color(red: 0.439, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#708421")Accessibility — WCAG contrast
Aa
#708421 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708421 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green51.8%
Blue12.9%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#708421 text on a black background
contrast 5.01:1
Card sample
#708421 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708421;
Background color
Panel with #708421 background
background-color: #708421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708421; background: linear-gradient(135deg, #708421, #2E8421);