#783213
a dark, vivid orange · warm · closest name: sienna
RGB
120, 50, 19
HSL
18°, 73%, 27%
CMYK
0, 58, 84, 53
Luminance
0.0632
Every format
| HEX | #783213 |
| RGB | rgb(120, 50, 19) |
| HSL | hsl(18, 73%, 27%) |
| CMYK | cmyk(0%, 58%, 84%, 53%) |
| LAB | lab(30.2 28.8 33.3) |
| LCH | lch(30.2 44.0 49.2) |
| OKLCH | oklch(0.409 0.107 42.1) |
Copy-ready code
/* CSS */
color: #783213;
background-color: #783213;
/* Tailwind (arbitrary) */
class="text-[#783213] bg-[#783213]"
/* SCSS */
$brand: #783213;
/* SwiftUI */
Color(red: 0.471, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#783213")Accessibility — WCAG contrast
Aa
#783213 on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#783213 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow84.2%
Key (black)52.9%
Color previews
#783213 text on a black background
contrast 2.26:1
Card sample
#783213 text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783213;
Background color
Panel with #783213 background
background-color: #783213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783213; background: linear-gradient(135deg, #783213, #787613);