#627021
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 112, 33
HSL
71°, 55%, 28%
CMYK
13, 0, 71, 56
Luminance
0.1429
Every format
| HEX | #627021 |
| RGB | rgb(98, 112, 33) |
| HSL | hsl(71, 55%, 28%) |
| CMYK | cmyk(13%, 0%, 71%, 56%) |
| LAB | lab(44.6 -17.0 40.3) |
| LCH | lch(44.6 43.7 112.9) |
| OKLCH | oklch(0.517 0.104 118.9) |
Copy-ready code
/* CSS */
color: #627021;
background-color: #627021;
/* Tailwind (arbitrary) */
class="text-[#627021] bg-[#627021]"
/* SCSS */
$brand: #627021;
/* SwiftUI */
Color(red: 0.384, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#627021")Accessibility — WCAG contrast
Aa
#627021 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627021 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green43.9%
Blue12.9%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow70.5%
Key (black)56.1%
Color previews
#627021 text on a black background
contrast 3.86:1
Card sample
#627021 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627021;
Background color
Panel with #627021 background
background-color: #627021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627021; background: linear-gradient(135deg, #627021, #2D7021);