#755946
a dark, soft orange · warm · closest name: gray
RGB
117, 89, 70
HSL
24°, 25%, 37%
CMYK
0, 24, 40, 54
Luminance
0.1137
Every format
| HEX | #755946 |
| RGB | rgb(117, 89, 70) |
| HSL | hsl(24, 25%, 37%) |
| CMYK | cmyk(0%, 24%, 40%, 54%) |
| LAB | lab(40.2 8.7 15.4) |
| LCH | lch(40.2 17.7 60.6) |
| OKLCH | oklch(0.488 0.047 55.5) |
Copy-ready code
/* CSS */
color: #755946;
background-color: #755946;
/* Tailwind (arbitrary) */
class="text-[#755946] bg-[#755946]"
/* SCSS */
$brand: #755946;
/* SwiftUI */
Color(red: 0.459, green: 0.349, blue: 0.275)
/* Android */
Color.parseColor("#755946")Accessibility — WCAG contrast
Aa
#755946 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755946 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green34.9%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow40.2%
Key (black)54.1%
Color previews
#755946 text on a black background
contrast 3.27:1
Card sample
#755946 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755946;
Background color
Panel with #755946 background
background-color: #755946;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755946;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 89, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 89, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755946; background: linear-gradient(135deg, #755946, #727546);