#617521
a dark, vivid green · cool · closest name: olivedrab
RGB
97, 117, 33
HSL
74°, 56%, 29%
CMYK
17, 0, 72, 54
Luminance
0.1537
Every format
| HEX | #617521 |
| RGB | rgb(97, 117, 33) |
| HSL | hsl(74, 56%, 29%) |
| CMYK | cmyk(17%, 0%, 72%, 54%) |
| LAB | lab(46.1 -20.1 41.8) |
| LCH | lch(46.1 46.4 115.7) |
| OKLCH | oklch(0.529 0.111 121.9) |
Copy-ready code
/* CSS */
color: #617521;
background-color: #617521;
/* Tailwind (arbitrary) */
class="text-[#617521] bg-[#617521]"
/* SCSS */
$brand: #617521;
/* SwiftUI */
Color(red: 0.380, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#617521")Accessibility — WCAG contrast
Aa
#617521 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#617521 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green45.9%
Blue12.9%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#617521 text on a black background
contrast 4.07:1
Card sample
#617521 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #617521;
Background color
Panel with #617521 background
background-color: #617521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #617521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #617521; background: linear-gradient(135deg, #617521, #297521);