#792000
a deep, electric orange · warm · closest name: maroon
RGB
121, 32, 0
HSL
16°, 100%, 24%
CMYK
0, 74, 100, 53
Luminance
0.0510
Every format
| HEX | #792000 |
| RGB | rgb(121, 32, 0) |
| HSL | hsl(16, 100%, 24%) |
| CMYK | cmyk(0%, 74%, 100%, 53%) |
| LAB | lab(27.0 37.3 38.8) |
| LCH | lch(27.0 53.9 46.1) |
| OKLCH | oklch(0.385 0.129 37.1) |
Copy-ready code
/* CSS */
color: #792000;
background-color: #792000;
/* Tailwind (arbitrary) */
class="text-[#792000] bg-[#792000]"
/* SCSS */
$brand: #792000;
/* SwiftUI */
Color(red: 0.475, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#792000")Accessibility — WCAG contrast
Aa
#792000 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#792000 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow100.0%
Key (black)52.5%
Color previews
#792000 text on a black background
contrast 2.02:1
Card sample
#792000 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792000;
Background color
Panel with #792000 background
background-color: #792000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792000; background: linear-gradient(135deg, #792000, #797100);