#79300c
a dark, electric orange · warm · closest name: sienna
RGB
121, 48, 12
HSL
20°, 82%, 26%
CMYK
0, 60, 90, 53
Luminance
0.0621
Every format
| HEX | #79300c |
| RGB | rgb(121, 48, 12) |
| HSL | hsl(20, 82%, 26%) |
| CMYK | cmyk(0%, 60%, 90%, 53%) |
| LAB | lab(29.9 30.0 36.3) |
| LCH | lch(29.9 47.1 50.4) |
| OKLCH | oklch(0.407 0.112 42.8) |
Copy-ready code
/* CSS */
color: #79300c;
background-color: #79300c;
/* Tailwind (arbitrary) */
class="text-[#79300c] bg-[#79300c]"
/* SCSS */
$brand: #79300c;
/* SwiftUI */
Color(red: 0.475, green: 0.188, blue: 0.047)
/* Android */
Color.parseColor("#79300c")Accessibility — WCAG contrast
Aa
#79300c on white: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#79300c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green18.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow90.1%
Key (black)52.5%
Color previews
#79300c text on a black background
contrast 2.24:1
Card sample
#79300c text on a white background
contrast 9.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79300c;
Background color
Panel with #79300c background
background-color: #79300c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79300c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 48, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 48, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79300c; background: linear-gradient(135deg, #79300c, #79790C);