#79480c
a dark, electric orange · warm · closest name: sienna
RGB
121, 72, 12
HSL
33°, 82%, 26%
CMYK
0, 41, 90, 53
Luminance
0.0873
Every format
| HEX | #79480c |
| RGB | rgb(121, 72, 12) |
| HSL | hsl(33, 82%, 26%) |
| CMYK | cmyk(0%, 41%, 90%, 53%) |
| LAB | lab(35.5 16.4 40.9) |
| LCH | lch(35.5 44.0 68.2) |
| OKLCH | oklch(0.450 0.096 64.4) |
Copy-ready code
/* CSS */
color: #79480c;
background-color: #79480c;
/* Tailwind (arbitrary) */
class="text-[#79480c] bg-[#79480c]"
/* SCSS */
$brand: #79480c;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.047)
/* Android */
Color.parseColor("#79480c")Accessibility — WCAG contrast
Aa
#79480c on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#79480c on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow90.1%
Key (black)52.5%
Color previews
#79480c text on a black background
contrast 2.75:1
Card sample
#79480c text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79480c;
Background color
Panel with #79480c background
background-color: #79480c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79480c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79480c; background: linear-gradient(135deg, #79480c, #61790C);