#7a360d
a dark, electric orange · warm · closest name: sienna
RGB
122, 54, 13
HSL
23°, 81%, 27%
CMYK
0, 56, 89, 52
Luminance
0.0680
Every format
| HEX | #7a360d |
| RGB | rgb(122, 54, 13) |
| HSL | hsl(23, 81%, 27%) |
| CMYK | cmyk(0%, 56%, 89%, 52%) |
| LAB | lab(31.4 27.2 37.2) |
| LCH | lch(31.4 46.1 53.8) |
| OKLCH | oklch(0.418 0.107 46.7) |
Copy-ready code
/* CSS */
color: #7a360d;
background-color: #7a360d;
/* Tailwind (arbitrary) */
class="text-[#7a360d] bg-[#7a360d]"
/* SCSS */
$brand: #7a360d;
/* SwiftUI */
Color(red: 0.478, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#7a360d")Accessibility — WCAG contrast
Aa
#7a360d on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a360d on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow89.3%
Key (black)52.2%
Color previews
#7a360d text on a black background
contrast 2.36:1
Card sample
#7a360d text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a360d;
Background color
Panel with #7a360d background
background-color: #7a360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a360d; background: linear-gradient(135deg, #7a360d, #757A0D);