#756459
a dark, muted orange · warm · closest name: gray
RGB
117, 100, 89
HSL
24°, 14%, 40%
CMYK
0, 15, 24, 54
Luminance
0.1362
Every format
| HEX | #756459 |
| RGB | rgb(117, 100, 89) |
| HSL | hsl(24, 14%, 40%) |
| CMYK | cmyk(0%, 15%, 24%, 54%) |
| LAB | lab(43.7 4.9 8.8) |
| LCH | lch(43.7 10.0 60.8) |
| OKLCH | oklch(0.516 0.028 54.9) |
Copy-ready code
/* CSS */
color: #756459;
background-color: #756459;
/* Tailwind (arbitrary) */
class="text-[#756459] bg-[#756459]"
/* SCSS */
$brand: #756459;
/* SwiftUI */
Color(red: 0.459, green: 0.392, blue: 0.349)
/* Android */
Color.parseColor("#756459")Accessibility — WCAG contrast
Aa
#756459 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#756459 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green39.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow23.9%
Key (black)54.1%
Color previews
#756459 text on a black background
contrast 3.72:1
Card sample
#756459 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756459;
Background color
Panel with #756459 background
background-color: #756459;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756459;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 100, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 100, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756459; background: linear-gradient(135deg, #756459, #737559);