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