#659321
a dark, vivid green · cool · closest name: olivedrab
RGB
101, 147, 33
HSL
84°, 63%, 35%
CMYK
31, 0, 78, 42
Luminance
0.2374
Every format
| HEX | #659321 |
| RGB | rgb(101, 147, 33) |
| HSL | hsl(84, 63%, 35%) |
| CMYK | cmyk(31%, 0%, 78%, 42%) |
| LAB | lab(55.8 -33.1 51.4) |
| LCH | lch(55.8 61.1 122.8) |
| OKLCH | oklch(0.608 0.148 129.6) |
Copy-ready code
/* CSS */
color: #659321;
background-color: #659321;
/* Tailwind (arbitrary) */
class="text-[#659321] bg-[#659321]"
/* SCSS */
$brand: #659321;
/* SwiftUI */
Color(red: 0.396, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#659321")Accessibility — WCAG contrast
Aa
#659321 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#659321 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green57.6%
Blue12.9%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#659321 text on a black background
contrast 5.75:1
Card sample
#659321 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #659321;
Background color
Panel with #659321 background
background-color: #659321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #659321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #659321; background: linear-gradient(135deg, #659321, #219329);