#6c6f5d
a dark, muted green · cool · closest name: gray
RGB
108, 111, 93
HSL
70°, 9%, 40%
CMYK
3, 0, 16, 57
Luminance
0.1535
Every format
| HEX | #6c6f5d |
| RGB | rgb(108, 111, 93) |
| HSL | hsl(70, 9%, 40%) |
| CMYK | cmyk(3%, 0%, 16%, 57%) |
| LAB | lab(46.1 -4.6 9.7) |
| LCH | lch(46.1 10.7 115.6) |
| OKLCH | oklch(0.534 0.028 115.0) |
Copy-ready code
/* CSS */
color: #6c6f5d;
background-color: #6c6f5d;
/* Tailwind (arbitrary) */
class="text-[#6c6f5d] bg-[#6c6f5d]"
/* SCSS */
$brand: #6c6f5d;
/* SwiftUI */
Color(red: 0.424, green: 0.435, blue: 0.365)
/* Android */
Color.parseColor("#6c6f5d")Accessibility — WCAG contrast
Aa
#6c6f5d on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c6f5d on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green43.5%
Blue36.5%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow16.2%
Key (black)56.5%
Color previews
#6c6f5d text on a black background
contrast 4.07:1
Card sample
#6c6f5d text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c6f5d;
Background color
Panel with #6c6f5d background
background-color: #6c6f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c6f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 111, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 111, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c6f5d; background: linear-gradient(135deg, #6c6f5d, #606F5D);