#627621
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 118, 33
HSL
74°, 56%, 30%
CMYK
17, 0, 72, 54
Luminance
0.1566
Every format
| HEX | #627621 |
| RGB | rgb(98, 118, 33) |
| HSL | hsl(74, 56%, 30%) |
| CMYK | cmyk(17%, 0%, 72%, 54%) |
| LAB | lab(46.5 -20.2 42.2) |
| LCH | lch(46.5 46.8 115.5) |
| OKLCH | oklch(0.532 0.112 121.8) |
Copy-ready code
/* CSS */
color: #627621;
background-color: #627621;
/* Tailwind (arbitrary) */
class="text-[#627621] bg-[#627621]"
/* SCSS */
$brand: #627621;
/* SwiftUI */
Color(red: 0.384, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#627621")Accessibility — WCAG contrast
Aa
#627621 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627621 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green46.3%
Blue12.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#627621 text on a black background
contrast 4.13:1
Card sample
#627621 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627621;
Background color
Panel with #627621 background
background-color: #627621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627621; background: linear-gradient(135deg, #627621, #297621);