#735430
a dark, soft orange · warm · closest name: sienna
RGB
115, 84, 48
HSL
32°, 41%, 32%
CMYK
0, 27, 58, 55
Luminance
0.1020
Every format
| HEX | #735430 |
| RGB | rgb(115, 84, 48) |
| HSL | hsl(32, 41%, 32%) |
| CMYK | cmyk(0%, 27%, 58%, 55%) |
| LAB | lab(38.2 8.4 25.9) |
| LCH | lch(38.2 27.2 72.1) |
| OKLCH | oklch(0.470 0.066 69.2) |
Copy-ready code
/* CSS */
color: #735430;
background-color: #735430;
/* Tailwind (arbitrary) */
class="text-[#735430] bg-[#735430]"
/* SCSS */
$brand: #735430;
/* SwiftUI */
Color(red: 0.451, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#735430")Accessibility — WCAG contrast
Aa
#735430 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735430 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow58.3%
Key (black)54.9%
Color previews
#735430 text on a black background
contrast 3.04:1
Card sample
#735430 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735430;
Background color
Panel with #735430 background
background-color: #735430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735430; background: linear-gradient(135deg, #735430, #657330);