#85290a
a dark, electric orange · warm · closest name: maroon
RGB
133, 41, 10
HSL
15°, 86%, 28%
CMYK
0, 69, 93, 48
Luminance
0.0659
Every format
| HEX | #85290a |
| RGB | rgb(133, 41, 10) |
| HSL | hsl(15, 86%, 28%) |
| CMYK | cmyk(0%, 69%, 93%, 48%) |
| LAB | lab(30.9 38.1 38.8) |
| LCH | lch(30.9 54.4 45.6) |
| OKLCH | oklch(0.418 0.132 37.0) |
Copy-ready code
/* CSS */
color: #85290a;
background-color: #85290a;
/* Tailwind (arbitrary) */
class="text-[#85290a] bg-[#85290a]"
/* SCSS */
$brand: #85290a;
/* SwiftUI */
Color(red: 0.522, green: 0.161, blue: 0.039)
/* Android */
Color.parseColor("#85290a")Accessibility — WCAG contrast
Aa
#85290a on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85290a on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green16.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow92.5%
Key (black)47.8%
Color previews
#85290a text on a black background
contrast 2.32:1
Card sample
#85290a text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85290a;
Background color
Panel with #85290a background
background-color: #85290a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85290a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 41, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 41, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85290a; background: linear-gradient(135deg, #85290a, #857B0A);