#85330a
a dark, electric orange · warm · closest name: sienna
RGB
133, 51, 10
HSL
20°, 86%, 28%
CMYK
0, 62, 93, 48
Luminance
0.0738
Every format
| HEX | #85330a |
| RGB | rgb(133, 51, 10) |
| HSL | hsl(20, 86%, 28%) |
| CMYK | cmyk(0%, 62%, 93%, 48%) |
| LAB | lab(32.6 33.3 40.2) |
| LCH | lch(32.6 52.2 50.3) |
| OKLCH | oklch(0.432 0.123 42.3) |
Copy-ready code
/* CSS */
color: #85330a;
background-color: #85330a;
/* Tailwind (arbitrary) */
class="text-[#85330a] bg-[#85330a]"
/* SCSS */
$brand: #85330a;
/* SwiftUI */
Color(red: 0.522, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#85330a")Accessibility — WCAG contrast
Aa
#85330a on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85330a on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green20.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow92.5%
Key (black)47.8%
Color previews
#85330a text on a black background
contrast 2.48:1
Card sample
#85330a text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85330a;
Background color
Panel with #85330a background
background-color: #85330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85330a; background: linear-gradient(135deg, #85330a, #85850A);