#648521
a dark, vivid green · cool · closest name: olivedrab
RGB
100, 133, 33
HSL
80°, 60%, 33%
CMYK
25, 0, 75, 48
Luminance
0.1959
Every format
| HEX | #648521 |
| RGB | rgb(100, 133, 33) |
| HSL | hsl(80, 60%, 33%) |
| CMYK | cmyk(25%, 0%, 75%, 48%) |
| LAB | lab(51.4 -26.9 47.1) |
| LCH | lch(51.4 54.2 119.7) |
| OKLCH | oklch(0.572 0.131 126.4) |
Copy-ready code
/* CSS */
color: #648521;
background-color: #648521;
/* Tailwind (arbitrary) */
class="text-[#648521] bg-[#648521]"
/* SCSS */
$brand: #648521;
/* SwiftUI */
Color(red: 0.392, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#648521")Accessibility — WCAG contrast
Aa
#648521 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648521 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.2%
Blue12.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#648521 text on a black background
contrast 4.92:1
Card sample
#648521 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648521;
Background color
Panel with #648521 background
background-color: #648521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648521; background: linear-gradient(135deg, #648521, #218521);