#62782b
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 120, 43
HSL
77°, 47%, 32%
CMYK
18, 0, 64, 53
Luminance
0.1620
Every format
| HEX | #62782b |
| RGB | rgb(98, 120, 43) |
| HSL | hsl(77, 47%, 32%) |
| CMYK | cmyk(18%, 0%, 64%, 53%) |
| LAB | lab(47.2 -20.4 38.5) |
| LCH | lch(47.2 43.6 117.9) |
| OKLCH | oklch(0.538 0.106 123.5) |
Copy-ready code
/* CSS */
color: #62782b;
background-color: #62782b;
/* Tailwind (arbitrary) */
class="text-[#62782b] bg-[#62782b]"
/* SCSS */
$brand: #62782b;
/* SwiftUI */
Color(red: 0.384, green: 0.471, blue: 0.169)
/* Android */
Color.parseColor("#62782b")Accessibility — WCAG contrast
Aa
#62782b on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#62782b on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green47.1%
Blue16.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow64.2%
Key (black)52.9%
Color previews
#62782b text on a black background
contrast 4.24:1
Card sample
#62782b text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62782b;
Background color
Panel with #62782b background
background-color: #62782b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62782b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 120, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 120, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62782b; background: linear-gradient(135deg, #62782b, #2F782B);