#7a381f
a dark, vivid orange · warm · closest name: sienna
RGB
122, 56, 31
HSL
17°, 60%, 30%
CMYK
0, 54, 75, 52
Luminance
0.0706
Every format
| HEX | #7a381f |
| RGB | rgb(122, 56, 31) |
| HSL | hsl(17, 60%, 30%) |
| CMYK | cmyk(0%, 54%, 75%, 52%) |
| LAB | lab(32.0 26.9 28.6) |
| LCH | lch(32.0 39.3 46.8) |
| OKLCH | oklch(0.423 0.100 40.6) |
Copy-ready code
/* CSS */
color: #7a381f;
background-color: #7a381f;
/* Tailwind (arbitrary) */
class="text-[#7a381f] bg-[#7a381f]"
/* SCSS */
$brand: #7a381f;
/* SwiftUI */
Color(red: 0.478, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#7a381f")Accessibility — WCAG contrast
Aa
#7a381f on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a381f on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow74.6%
Key (black)52.2%
Color previews
#7a381f text on a black background
contrast 2.41:1
Card sample
#7a381f text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a381f;
Background color
Panel with #7a381f background
background-color: #7a381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a381f; background: linear-gradient(135deg, #7a381f, #7A751F);