#703314
a dark, vivid orange · warm · closest name: sienna
RGB
112, 51, 20
HSL
20°, 70%, 26%
CMYK
0, 55, 82, 56
Luminance
0.0586
Every format
| HEX | #703314 |
| RGB | rgb(112, 51, 20) |
| HSL | hsl(20, 70%, 26%) |
| CMYK | cmyk(0%, 55%, 82%, 56%) |
| LAB | lab(29.1 24.8 31.1) |
| LCH | lch(29.1 39.8 51.5) |
| OKLCH | oklch(0.398 0.096 44.9) |
Copy-ready code
/* CSS */
color: #703314;
background-color: #703314;
/* Tailwind (arbitrary) */
class="text-[#703314] bg-[#703314]"
/* SCSS */
$brand: #703314;
/* SwiftUI */
Color(red: 0.439, green: 0.200, blue: 0.078)
/* Android */
Color.parseColor("#703314")Accessibility — WCAG contrast
Aa
#703314 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#703314 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green20.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow82.1%
Key (black)56.1%
Color previews
#703314 text on a black background
contrast 2.17:1
Card sample
#703314 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #703314;
Background color
Panel with #703314 background
background-color: #703314;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #703314;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 51, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 51, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #703314; background: linear-gradient(135deg, #703314, #707014);