#629321
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 147, 33
HSL
86°, 63%, 35%
CMYK
33, 0, 78, 42
Luminance
0.2357
Every format
| HEX | #629321 |
| RGB | rgb(98, 147, 33) |
| HSL | hsl(86, 63%, 35%) |
| CMYK | cmyk(33%, 0%, 78%, 42%) |
| LAB | lab(55.7 -34.3 51.2) |
| LCH | lch(55.7 61.6 123.8) |
| OKLCH | oklch(0.606 0.150 130.6) |
Copy-ready code
/* CSS */
color: #629321;
background-color: #629321;
/* Tailwind (arbitrary) */
class="text-[#629321] bg-[#629321]"
/* SCSS */
$brand: #629321;
/* SwiftUI */
Color(red: 0.384, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#629321")Accessibility — WCAG contrast
Aa
#629321 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#629321 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green57.6%
Blue12.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#629321 text on a black background
contrast 5.71:1
Card sample
#629321 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #629321;
Background color
Panel with #629321 background
background-color: #629321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #629321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #629321; background: linear-gradient(135deg, #629321, #21932C);