#533b21
a deep, soft orange · warm · closest name: darkslategray
RGB
83, 59, 33
HSL
31°, 43%, 23%
CMYK
0, 29, 60, 68
Luminance
0.0508
Every format
| HEX | #533b21 |
| RGB | rgb(83, 59, 33) |
| HSL | hsl(31, 43%, 23%) |
| CMYK | cmyk(0%, 29%, 60%, 68%) |
| LAB | lab(26.9 7.1 20.1) |
| LCH | lch(26.9 21.4 70.5) |
| OKLCH | oklch(0.373 0.052 67.3) |
Copy-ready code
/* CSS */
color: #533b21;
background-color: #533b21;
/* Tailwind (arbitrary) */
class="text-[#533b21] bg-[#533b21]"
/* SCSS */
$brand: #533b21;
/* SwiftUI */
Color(red: 0.325, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#533b21")Accessibility — WCAG contrast
Aa
#533b21 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533b21 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow60.2%
Key (black)67.5%
Color previews
#533b21 text on a black background
contrast 2.02:1
Card sample
#533b21 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533b21;
Background color
Panel with #533b21 background
background-color: #533b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533b21; background: linear-gradient(135deg, #533b21, #4A5321);