#617321
a dark, vivid green · cool · closest name: olivedrab
RGB
97, 115, 33
HSL
73°, 55%, 29%
CMYK
16, 0, 71, 55
Luminance
0.1491
Every format
| HEX | #617321 |
| RGB | rgb(97, 115, 33) |
| HSL | hsl(73, 55%, 29%) |
| CMYK | cmyk(16%, 0%, 71%, 55%) |
| LAB | lab(45.5 -19.0 41.2) |
| LCH | lch(45.5 45.4 114.8) |
| OKLCH | oklch(0.524 0.108 121.0) |
Copy-ready code
/* CSS */
color: #617321;
background-color: #617321;
/* Tailwind (arbitrary) */
class="text-[#617321] bg-[#617321]"
/* SCSS */
$brand: #617321;
/* SwiftUI */
Color(red: 0.380, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#617321")Accessibility — WCAG contrast
Aa
#617321 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#617321 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green45.1%
Blue12.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#617321 text on a black background
contrast 3.98:1
Card sample
#617321 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #617321;
Background color
Panel with #617321 background
background-color: #617321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #617321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #617321; background: linear-gradient(135deg, #617321, #2A7321);