#533f21
a deep, soft orange · warm · closest name: darkslategray
RGB
83, 63, 33
HSL
36°, 43%, 23%
CMYK
0, 24, 60, 68
Luminance
0.0550
Every format
| HEX | #533f21 |
| RGB | rgb(83, 63, 33) |
| HSL | hsl(36, 43%, 23%) |
| CMYK | cmyk(0%, 24%, 60%, 68%) |
| LAB | lab(28.1 4.6 21.6) |
| LCH | lch(28.1 22.0 78.0) |
| OKLCH | oklch(0.382 0.053 76.2) |
Copy-ready code
/* CSS */
color: #533f21;
background-color: #533f21;
/* Tailwind (arbitrary) */
class="text-[#533f21] bg-[#533f21]"
/* SCSS */
$brand: #533f21;
/* SwiftUI */
Color(red: 0.325, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#533f21")Accessibility — WCAG contrast
Aa
#533f21 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533f21 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow60.2%
Key (black)67.5%
Color previews
#533f21 text on a black background
contrast 2.10:1
Card sample
#533f21 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533f21;
Background color
Panel with #533f21 background
background-color: #533f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533f21; background: linear-gradient(135deg, #533f21, #465321);