#70331f
a dark, vivid red · warm · closest name: sienna
RGB
112, 51, 31
HSL
15°, 57%, 28%
CMYK
0, 55, 72, 56
Luminance
0.0591
Every format
| HEX | #70331f |
| RGB | rgb(112, 51, 31) |
| HSL | hsl(15, 57%, 28%) |
| CMYK | cmyk(0%, 55%, 72%, 56%) |
| LAB | lab(29.2 25.4 25.1) |
| LCH | lch(29.2 35.7 44.6) |
| OKLCH | oklch(0.399 0.092 38.6) |
Copy-ready code
/* CSS */
color: #70331f;
background-color: #70331f;
/* Tailwind (arbitrary) */
class="text-[#70331f] bg-[#70331f]"
/* SCSS */
$brand: #70331f;
/* SwiftUI */
Color(red: 0.439, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#70331f")Accessibility — WCAG contrast
Aa
#70331f on white: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#70331f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow72.3%
Key (black)56.1%
Color previews
#70331f text on a black background
contrast 2.18:1
Card sample
#70331f text on a white background
contrast 9.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70331f;
Background color
Panel with #70331f background
background-color: #70331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70331f; background: linear-gradient(135deg, #70331f, #70691F);