#648621
a dark, vivid green · cool · closest name: olivedrab
RGB
100, 134, 33
HSL
80°, 61%, 33%
CMYK
25, 0, 75, 48
Luminance
0.1987
Every format
| HEX | #648621 |
| RGB | rgb(100, 134, 33) |
| HSL | hsl(80, 61%, 33%) |
| CMYK | cmyk(25%, 0%, 75%, 48%) |
| LAB | lab(51.7 -27.4 47.4) |
| LCH | lch(51.7 54.7 120.0) |
| OKLCH | oklch(0.574 0.132 126.7) |
Copy-ready code
/* CSS */
color: #648621;
background-color: #648621;
/* Tailwind (arbitrary) */
class="text-[#648621] bg-[#648621]"
/* SCSS */
$brand: #648621;
/* SwiftUI */
Color(red: 0.392, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#648621")Accessibility — WCAG contrast
Aa
#648621 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648621 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.5%
Blue12.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#648621 text on a black background
contrast 4.97:1
Card sample
#648621 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648621;
Background color
Panel with #648621 background
background-color: #648621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648621; background: linear-gradient(135deg, #648621, #218621);