#745430
a dark, soft orange · warm · closest name: sienna
RGB
116, 84, 48
HSL
32°, 42%, 32%
CMYK
0, 28, 59, 55
Luminance
0.1027
Every format
| HEX | #745430 |
| RGB | rgb(116, 84, 48) |
| HSL | hsl(32, 42%, 32%) |
| CMYK | cmyk(0%, 28%, 59%, 55%) |
| LAB | lab(38.3 8.8 26.1) |
| LCH | lch(38.3 27.5 71.3) |
| OKLCH | oklch(0.471 0.067 68.3) |
Copy-ready code
/* CSS */
color: #745430;
background-color: #745430;
/* Tailwind (arbitrary) */
class="text-[#745430] bg-[#745430]"
/* SCSS */
$brand: #745430;
/* SwiftUI */
Color(red: 0.455, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#745430")Accessibility — WCAG contrast
Aa
#745430 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#745430 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow58.6%
Key (black)54.5%
Color previews
#745430 text on a black background
contrast 3.05:1
Card sample
#745430 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #745430;
Background color
Panel with #745430 background
background-color: #745430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #745430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #745430; background: linear-gradient(135deg, #745430, #677430);