#628921
a dark, vivid green · cool · closest name: olivedrab
RGB
98, 137, 33
HSL
83°, 61%, 33%
CMYK
29, 0, 76, 46
Luminance
0.2060
Every format
| HEX | #628921 |
| RGB | rgb(98, 137, 33) |
| HSL | hsl(83, 61%, 33%) |
| CMYK | cmyk(29%, 0%, 76%, 46%) |
| LAB | lab(52.5 -29.6 48.1) |
| LCH | lch(52.5 56.5 121.6) |
| OKLCH | oklch(0.581 0.137 128.3) |
Copy-ready code
/* CSS */
color: #628921;
background-color: #628921;
/* Tailwind (arbitrary) */
class="text-[#628921] bg-[#628921]"
/* SCSS */
$brand: #628921;
/* SwiftUI */
Color(red: 0.384, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#628921")Accessibility — WCAG contrast
Aa
#628921 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628921 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green53.7%
Blue12.9%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#628921 text on a black background
contrast 5.12:1
Card sample
#628921 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628921;
Background color
Panel with #628921 background
background-color: #628921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628921; background: linear-gradient(135deg, #628921, #218925);