#743211
a dark, vivid orange · warm · closest name: sienna
RGB
116, 50, 17
HSL
20°, 74%, 26%
CMYK
0, 57, 85, 55
Luminance
0.0603
Every format
| HEX | #743211 |
| RGB | rgb(116, 50, 17) |
| HSL | hsl(20, 74%, 26%) |
| CMYK | cmyk(0%, 57%, 85%, 55%) |
| LAB | lab(29.5 27.0 33.3) |
| LCH | lch(29.5 42.9 51.0) |
| OKLCH | oklch(0.402 0.103 44.0) |
Copy-ready code
/* CSS */
color: #743211;
background-color: #743211;
/* Tailwind (arbitrary) */
class="text-[#743211] bg-[#743211]"
/* SCSS */
$brand: #743211;
/* SwiftUI */
Color(red: 0.455, green: 0.196, blue: 0.067)
/* Android */
Color.parseColor("#743211")Accessibility — WCAG contrast
Aa
#743211 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#743211 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green19.6%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow85.3%
Key (black)54.5%
Color previews
#743211 text on a black background
contrast 2.21:1
Card sample
#743211 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #743211;
Background color
Panel with #743211 background
background-color: #743211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #743211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 50, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 50, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #743211; background: linear-gradient(135deg, #743211, #747411);