#74331f
a dark, vivid red · warm · closest name: sienna
RGB
116, 51, 31
HSL
14°, 58%, 29%
CMYK
0, 56, 73, 55
Luminance
0.0618
Every format
| HEX | #74331f |
| RGB | rgb(116, 51, 31) |
| HSL | hsl(14, 58%, 29%) |
| CMYK | cmyk(0%, 56%, 73%, 55%) |
| LAB | lab(29.9 27.1 26.0) |
| LCH | lch(29.9 37.5 43.8) |
| OKLCH | oklch(0.406 0.097 37.7) |
Copy-ready code
/* CSS */
color: #74331f;
background-color: #74331f;
/* Tailwind (arbitrary) */
class="text-[#74331f] bg-[#74331f]"
/* SCSS */
$brand: #74331f;
/* SwiftUI */
Color(red: 0.455, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#74331f")Accessibility — WCAG contrast
Aa
#74331f on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74331f on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow73.3%
Key (black)54.5%
Color previews
#74331f text on a black background
contrast 2.24:1
Card sample
#74331f text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74331f;
Background color
Panel with #74331f background
background-color: #74331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74331f; background: linear-gradient(135deg, #74331f, #746C1F);