#533713
a deep, vivid orange · warm · closest name: sienna
RGB
83, 55, 19
HSL
34°, 63%, 20%
CMYK
0, 34, 77, 68
Luminance
0.0462
Every format
| HEX | #533713 |
| RGB | rgb(83, 55, 19) |
| HSL | hsl(34, 63%, 20%) |
| CMYK | cmyk(0%, 34%, 77%, 68%) |
| LAB | lab(25.6 8.6 26.7) |
| LCH | lch(25.6 28.1 72.2) |
| OKLCH | oklch(0.362 0.064 69.8) |
Copy-ready code
/* CSS */
color: #533713;
background-color: #533713;
/* Tailwind (arbitrary) */
class="text-[#533713] bg-[#533713]"
/* SCSS */
$brand: #533713;
/* SwiftUI */
Color(red: 0.325, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#533713")Accessibility — WCAG contrast
Aa
#533713 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533713 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow77.1%
Key (black)67.5%
Color previews
#533713 text on a black background
contrast 1.92:1
Card sample
#533713 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533713;
Background color
Panel with #533713 background
background-color: #533713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533713; background: linear-gradient(135deg, #533713, #445313);