#515b49
a dark, muted green · cool · closest name: darkslategray
RGB
81, 91, 73
HSL
93°, 11%, 32%
CMYK
11, 0, 20, 64
Luminance
0.0971
Every format
| HEX | #515b49 |
| RGB | rgb(81, 91, 73) |
| HSL | hsl(93, 11%, 32%) |
| CMYK | cmyk(11%, 0%, 20%, 64%) |
| LAB | lab(37.3 -7.7 9.1) |
| LCH | lch(37.3 11.9 130.2) |
| OKLCH | oklch(0.457 0.031 131.3) |
Copy-ready code
/* CSS */
color: #515b49;
background-color: #515b49;
/* Tailwind (arbitrary) */
class="text-[#515b49] bg-[#515b49]"
/* SCSS */
$brand: #515b49;
/* SwiftUI */
Color(red: 0.318, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#515b49")Accessibility — WCAG contrast
Aa
#515b49 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515b49 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green35.7%
Blue28.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow19.8%
Key (black)64.3%
Color previews
#515b49 text on a black background
contrast 2.94:1
Card sample
#515b49 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515b49;
Background color
Panel with #515b49 background
background-color: #515b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515b49; background: linear-gradient(135deg, #515b49, #495B4D);