#751f00
a deep, electric orange · warm · closest name: maroon
RGB
117, 31, 0
HSL
16°, 100%, 23%
CMYK
0, 74, 100, 54
Luminance
0.0476
Every format
| HEX | #751f00 |
| RGB | rgb(117, 31, 0) |
| HSL | hsl(16, 100%, 23%) |
| CMYK | cmyk(0%, 74%, 100%, 54%) |
| LAB | lab(26.1 36.3 37.7) |
| LCH | lch(26.1 52.3 46.1) |
| OKLCH | oklch(0.376 0.125 37.3) |
Copy-ready code
/* CSS */
color: #751f00;
background-color: #751f00;
/* Tailwind (arbitrary) */
class="text-[#751f00] bg-[#751f00]"
/* SCSS */
$brand: #751f00;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.000)
/* Android */
Color.parseColor("#751f00")Accessibility — WCAG contrast
Aa
#751f00 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751f00 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow100.0%
Key (black)54.1%
Color previews
#751f00 text on a black background
contrast 1.95:1
Card sample
#751f00 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751f00;
Background color
Panel with #751f00 background
background-color: #751f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751f00; background: linear-gradient(135deg, #751f00, #756D00);