#742607
a deep, electric orange · warm · closest name: maroon
RGB
116, 38, 7
HSL
17°, 89%, 24%
CMYK
0, 67, 94, 55
Luminance
0.0511
Every format
| HEX | #742607 |
| RGB | rgb(116, 38, 7) |
| HSL | hsl(17, 89%, 24%) |
| CMYK | cmyk(0%, 67%, 94%, 55%) |
| LAB | lab(27.1 32.9 35.6) |
| LCH | lch(27.1 48.5 47.3) |
| OKLCH | oklch(0.384 0.116 38.9) |
Copy-ready code
/* CSS */
color: #742607;
background-color: #742607;
/* Tailwind (arbitrary) */
class="text-[#742607] bg-[#742607]"
/* SCSS */
$brand: #742607;
/* SwiftUI */
Color(red: 0.455, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#742607")Accessibility — WCAG contrast
Aa
#742607 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#742607 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow94.0%
Key (black)54.5%
Color previews
#742607 text on a black background
contrast 2.02:1
Card sample
#742607 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #742607;
Background color
Panel with #742607 background
background-color: #742607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #742607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #742607; background: linear-gradient(135deg, #742607, #746F07);