#658f13
a dark, electric green · cool · closest name: olivedrab
RGB
101, 143, 19
HSL
80°, 77%, 32%
CMYK
29, 0, 87, 44
Luminance
0.2246
Every format
| HEX | #658f13 |
| RGB | rgb(101, 143, 19) |
| HSL | hsl(80, 77%, 32%) |
| CMYK | cmyk(29%, 0%, 87%, 44%) |
| LAB | lab(54.5 -31.9 54.3) |
| LCH | lch(54.5 63.0 120.4) |
| OKLCH | oklch(0.597 0.150 128.0) |
Copy-ready code
/* CSS */
color: #658f13;
background-color: #658f13;
/* Tailwind (arbitrary) */
class="text-[#658f13] bg-[#658f13]"
/* SCSS */
$brand: #658f13;
/* SwiftUI */
Color(red: 0.396, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#658f13")Accessibility — WCAG contrast
Aa
#658f13 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#658f13 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green56.1%
Blue7.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow86.7%
Key (black)43.9%
Color previews
#658f13 text on a black background
contrast 5.49:1
Card sample
#658f13 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #658f13;
Background color
Panel with #658f13 background
background-color: #658f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #658f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #658f13; background: linear-gradient(135deg, #658f13, #138F14);