#754635
a dark, soft orange · warm · closest name: sienna
RGB
117, 70, 53
HSL
16°, 38%, 33%
CMYK
0, 40, 55, 54
Luminance
0.0842
Every format
| HEX | #754635 |
| RGB | rgb(117, 70, 53) |
| HSL | hsl(16, 38%, 33%) |
| CMYK | cmyk(0%, 40%, 55%, 54%) |
| LAB | lab(34.8 18.2 18.7) |
| LCH | lch(34.8 26.1 45.8) |
| OKLCH | oklch(0.445 0.070 40.6) |
Copy-ready code
/* CSS */
color: #754635;
background-color: #754635;
/* Tailwind (arbitrary) */
class="text-[#754635] bg-[#754635]"
/* SCSS */
$brand: #754635;
/* SwiftUI */
Color(red: 0.459, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#754635")Accessibility — WCAG contrast
Aa
#754635 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#754635 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green27.5%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow54.7%
Key (black)54.1%
Color previews
#754635 text on a black background
contrast 2.68:1
Card sample
#754635 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754635;
Background color
Panel with #754635 background
background-color: #754635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754635; background: linear-gradient(135deg, #754635, #757035);