#64850b
a dark, electric green · cool · closest name: olivedrab
RGB
100, 133, 11
HSL
76°, 85%, 28%
CMYK
25, 0, 92, 48
Luminance
0.1951
Every format
| HEX | #64850b |
| RGB | rgb(100, 133, 11) |
| HSL | hsl(76, 85%, 28%) |
| CMYK | cmyk(25%, 0%, 92%, 48%) |
| LAB | lab(51.3 -27.8 53.3) |
| LCH | lch(51.3 60.1 117.6) |
| OKLCH | oklch(0.571 0.141 125.4) |
Copy-ready code
/* CSS */
color: #64850b;
background-color: #64850b;
/* Tailwind (arbitrary) */
class="text-[#64850b] bg-[#64850b]"
/* SCSS */
$brand: #64850b;
/* SwiftUI */
Color(red: 0.392, green: 0.522, blue: 0.043)
/* Android */
Color.parseColor("#64850b")Accessibility — WCAG contrast
Aa
#64850b on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#64850b on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.2%
Blue4.3%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow91.7%
Key (black)47.8%
Color previews
#64850b text on a black background
contrast 4.90:1
Card sample
#64850b text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64850b;
Background color
Panel with #64850b background
background-color: #64850b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64850b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 133, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 133, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64850b; background: linear-gradient(135deg, #64850b, #13850B);