#628321
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 131, 33
HSL
80°, 60%, 32%
CMYK
25, 0, 75, 49
Luminance
0.1894
Every format
| HEX | #628321 |
| RGB | rgb(98, 131, 33) |
| HSL | hsl(80, 60%, 32%) |
| CMYK | cmyk(25%, 0%, 75%, 49%) |
| LAB | lab(50.6 -26.7 46.3) |
| LCH | lch(50.6 53.5 120.0) |
| OKLCH | oklch(0.565 0.129 126.6) |
Copy-ready code
/* CSS */
color: #628321;
background-color: #628321;
/* Tailwind (arbitrary) */
class="text-[#628321] bg-[#628321]"
/* SCSS */
$brand: #628321;
/* SwiftUI */
Color(red: 0.384, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#628321")Accessibility — WCAG contrast
Aa
#628321 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628321 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green51.4%
Blue12.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#628321 text on a black background
contrast 4.79:1
Card sample
#628321 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628321;
Background color
Panel with #628321 background
background-color: #628321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628321; background: linear-gradient(135deg, #628321, #218321);