#756657
a dark, muted orange · warm · closest name: gray
RGB
117, 102, 87
HSL
30°, 15%, 40%
CMYK
0, 13, 26, 54
Luminance
0.1397
Every format
| HEX | #756657 |
| RGB | rgb(117, 102, 87) |
| HSL | hsl(30, 15%, 40%) |
| CMYK | cmyk(0%, 13%, 26%, 54%) |
| LAB | lab(44.2 3.4 10.7) |
| LCH | lch(44.2 11.2 72.4) |
| OKLCH | oklch(0.520 0.030 67.1) |
Copy-ready code
/* CSS */
color: #756657;
background-color: #756657;
/* Tailwind (arbitrary) */
class="text-[#756657] bg-[#756657]"
/* SCSS */
$brand: #756657;
/* SwiftUI */
Color(red: 0.459, green: 0.400, blue: 0.341)
/* Android */
Color.parseColor("#756657")Accessibility — WCAG contrast
Aa
#756657 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#756657 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green40.0%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow25.6%
Key (black)54.1%
Color previews
#756657 text on a black background
contrast 3.79:1
Card sample
#756657 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756657;
Background color
Panel with #756657 background
background-color: #756657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 102, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 102, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756657; background: linear-gradient(135deg, #756657, #707557);