#702913
a dark, vivid red · warm · closest name: sienna
RGB
112, 41, 19
HSL
14°, 71%, 26%
CMYK
0, 63, 83, 56
Luminance
0.0508
Every format
| HEX | #702913 |
| RGB | rgb(112, 41, 19) |
| HSL | hsl(14, 71%, 26%) |
| CMYK | cmyk(0%, 63%, 83%, 56%) |
| LAB | lab(27.0 30.2 29.6) |
| LCH | lch(27.0 42.3 44.4) |
| OKLCH | oklch(0.382 0.106 37.3) |
Copy-ready code
/* CSS */
color: #702913;
background-color: #702913;
/* Tailwind (arbitrary) */
class="text-[#702913] bg-[#702913]"
/* SCSS */
$brand: #702913;
/* SwiftUI */
Color(red: 0.439, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#702913")Accessibility — WCAG contrast
Aa
#702913 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702913 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow83.0%
Key (black)56.1%
Color previews
#702913 text on a black background
contrast 2.02:1
Card sample
#702913 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702913;
Background color
Panel with #702913 background
background-color: #702913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702913; background: linear-gradient(135deg, #702913, #706713);