#771e00
a deep, electric orange · warm · closest name: maroon
RGB
119, 30, 0
HSL
15°, 100%, 23%
CMYK
0, 75, 100, 53
Luminance
0.0485
Every format
| HEX | #771e00 |
| RGB | rgb(119, 30, 0) |
| HSL | hsl(15, 100%, 23%) |
| CMYK | cmyk(0%, 75%, 100%, 53%) |
| LAB | lab(26.3 37.4 38.0) |
| LCH | lch(26.3 53.4 45.5) |
| OKLCH | oklch(0.379 0.128 36.6) |
Copy-ready code
/* CSS */
color: #771e00;
background-color: #771e00;
/* Tailwind (arbitrary) */
class="text-[#771e00] bg-[#771e00]"
/* SCSS */
$brand: #771e00;
/* SwiftUI */
Color(red: 0.467, green: 0.118, blue: 0.000)
/* Android */
Color.parseColor("#771e00")Accessibility — WCAG contrast
Aa
#771e00 on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771e00 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green11.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow100.0%
Key (black)53.3%
Color previews
#771e00 text on a black background
contrast 1.97:1
Card sample
#771e00 text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771e00;
Background color
Panel with #771e00 background
background-color: #771e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 30, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 30, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771e00; background: linear-gradient(135deg, #771e00, #776D00);