#754f46
a dark, soft red · warm · closest name: gray
RGB
117, 79, 70
HSL
12°, 25%, 37%
CMYK
0, 33, 40, 54
Luminance
0.0982
Every format
| HEX | #754f46 |
| RGB | rgb(117, 79, 70) |
| HSL | hsl(12, 25%, 37%) |
| CMYK | cmyk(0%, 33%, 40%, 54%) |
| LAB | lab(37.5 14.8 11.8) |
| LCH | lch(37.5 18.9 38.6) |
| OKLCH | oklch(0.467 0.054 33.9) |
Copy-ready code
/* CSS */
color: #754f46;
background-color: #754f46;
/* Tailwind (arbitrary) */
class="text-[#754f46] bg-[#754f46]"
/* SCSS */
$brand: #754f46;
/* SwiftUI */
Color(red: 0.459, green: 0.310, blue: 0.275)
/* Android */
Color.parseColor("#754f46")Accessibility — WCAG contrast
Aa
#754f46 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#754f46 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green31.0%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow40.2%
Key (black)54.1%
Color previews
#754f46 text on a black background
contrast 2.96:1
Card sample
#754f46 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754f46;
Background color
Panel with #754f46 background
background-color: #754f46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754f46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 79, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 79, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754f46; background: linear-gradient(135deg, #754f46, #756E46);