#648607
a dark, electric green · cool · closest name: olivedrab
RGB
100, 134, 7
HSL
76°, 90%, 28%
CMYK
25, 0, 95, 48
Luminance
0.1977
Every format
| HEX | #648607 |
| RGB | rgb(100, 134, 7) |
| HSL | hsl(76, 90%, 28%) |
| CMYK | cmyk(25%, 0%, 95%, 48%) |
| LAB | lab(51.6 -28.4 54.2) |
| LCH | lch(51.6 61.2 117.6) |
| OKLCH | oklch(0.573 0.143 125.6) |
Copy-ready code
/* CSS */
color: #648607;
background-color: #648607;
/* Tailwind (arbitrary) */
class="text-[#648607] bg-[#648607]"
/* SCSS */
$brand: #648607;
/* SwiftUI */
Color(red: 0.392, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#648607")Accessibility — WCAG contrast
Aa
#648607 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648607 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.5%
Blue2.7%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#648607 text on a black background
contrast 4.95:1
Card sample
#648607 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648607;
Background color
Panel with #648607 background
background-color: #648607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648607; background: linear-gradient(135deg, #648607, #0F8607);