#515f13
a deep, vivid green · cool · closest name: olive
RGB
81, 95, 19
HSL
71°, 67%, 22%
CMYK
15, 0, 80, 63
Luminance
0.0998
Every format
| HEX | #515f13 |
| RGB | rgb(81, 95, 19) |
| HSL | hsl(71, 67%, 22%) |
| CMYK | cmyk(15%, 0%, 80%, 63%) |
| LAB | lab(37.8 -16.5 38.8) |
| LCH | lch(37.8 42.1 113.0) |
| OKLCH | oklch(0.458 0.099 119.8) |
Copy-ready code
/* CSS */
color: #515f13;
background-color: #515f13;
/* Tailwind (arbitrary) */
class="text-[#515f13] bg-[#515f13]"
/* SCSS */
$brand: #515f13;
/* SwiftUI */
Color(red: 0.318, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#515f13")Accessibility — WCAG contrast
Aa
#515f13 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515f13 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green37.3%
Blue7.5%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow80.0%
Key (black)62.7%
Color previews
#515f13 text on a black background
contrast 3.00:1
Card sample
#515f13 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515f13;
Background color
Panel with #515f13 background
background-color: #515f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515f13; background: linear-gradient(135deg, #515f13, #1E5F13);