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