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