#618421
a dark, vivid green · cool · closest name: olivedrab
RGB
97, 132, 33
HSL
81°, 60%, 32%
CMYK
27, 0, 75, 48
Luminance
0.1915
Every format
| HEX | #618421 |
| RGB | rgb(97, 132, 33) |
| HSL | hsl(81, 60%, 32%) |
| CMYK | cmyk(27%, 0%, 75%, 48%) |
| LAB | lab(50.9 -27.6 46.5) |
| LCH | lch(50.9 54.1 120.7) |
| OKLCH | oklch(0.567 0.131 127.3) |
Copy-ready code
/* CSS */
color: #618421;
background-color: #618421;
/* Tailwind (arbitrary) */
class="text-[#618421] bg-[#618421]"
/* SCSS */
$brand: #618421;
/* SwiftUI */
Color(red: 0.380, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#618421")Accessibility — WCAG contrast
Aa
#618421 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618421 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green51.8%
Blue12.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#618421 text on a black background
contrast 4.83:1
Card sample
#618421 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618421;
Background color
Panel with #618421 background
background-color: #618421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618421; background: linear-gradient(135deg, #618421, #218423);