#658708
a dark, electric green · cool · closest name: olivedrab
RGB
101, 135, 8
HSL
76°, 89%, 28%
CMYK
25, 0, 94, 47
Luminance
0.2011
Every format
| HEX | #658708 |
| RGB | rgb(101, 135, 8) |
| HSL | hsl(76, 89%, 28%) |
| CMYK | cmyk(25%, 0%, 94%, 47%) |
| LAB | lab(52.0 -28.4 54.4) |
| LCH | lch(52.0 61.4 117.6) |
| OKLCH | oklch(0.576 0.143 125.5) |
Copy-ready code
/* CSS */
color: #658708;
background-color: #658708;
/* Tailwind (arbitrary) */
class="text-[#658708] bg-[#658708]"
/* SCSS */
$brand: #658708;
/* SwiftUI */
Color(red: 0.396, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#658708")Accessibility — WCAG contrast
Aa
#658708 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#658708 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green52.9%
Blue3.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#658708 text on a black background
contrast 5.02:1
Card sample
#658708 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #658708;
Background color
Panel with #658708 background
background-color: #658708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #658708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #658708; background: linear-gradient(135deg, #658708, #108708);