#708621
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 134, 33
HSL
73°, 61%, 33%
CMYK
16, 0, 75, 48
Luminance
0.2060
Every format
| HEX | #708621 |
| RGB | rgb(112, 134, 33) |
| HSL | hsl(73, 61%, 33%) |
| CMYK | cmyk(16%, 0%, 75%, 48%) |
| LAB | lab(52.5 -22.3 48.5) |
| LCH | lch(52.5 53.3 114.7) |
| OKLCH | oklch(0.583 0.126 121.3) |
Copy-ready code
/* CSS */
color: #708621;
background-color: #708621;
/* Tailwind (arbitrary) */
class="text-[#708621] bg-[#708621]"
/* SCSS */
$brand: #708621;
/* SwiftUI */
Color(red: 0.439, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#708621")Accessibility — WCAG contrast
Aa
#708621 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708621 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.5%
Blue12.9%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#708621 text on a black background
contrast 5.12:1
Card sample
#708621 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708621;
Background color
Panel with #708621 background
background-color: #708621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708621; background: linear-gradient(135deg, #708621, #2D8621);