#735530
a dark, soft orange · warm · closest name: sienna
RGB
115, 85, 48
HSL
33°, 41%, 32%
CMYK
0, 26, 58, 55
Luminance
0.1036
Every format
| HEX | #735530 |
| RGB | rgb(115, 85, 48) |
| HSL | hsl(33, 41%, 32%) |
| CMYK | cmyk(0%, 26%, 58%, 55%) |
| LAB | lab(38.5 7.8 26.2) |
| LCH | lch(38.5 27.4 73.5) |
| OKLCH | oklch(0.472 0.066 70.9) |
Copy-ready code
/* CSS */
color: #735530;
background-color: #735530;
/* Tailwind (arbitrary) */
class="text-[#735530] bg-[#735530]"
/* SCSS */
$brand: #735530;
/* SwiftUI */
Color(red: 0.451, green: 0.333, blue: 0.188)
/* Android */
Color.parseColor("#735530")Accessibility — WCAG contrast
Aa
#735530 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735530 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green33.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow58.3%
Key (black)54.9%
Color previews
#735530 text on a black background
contrast 3.07:1
Card sample
#735530 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735530;
Background color
Panel with #735530 background
background-color: #735530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 85, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 85, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735530; background: linear-gradient(135deg, #735530, #647330);