#533d2f
a dark, soft orange · warm · closest name: darkslategray
RGB
83, 61, 47
HSL
23°, 28%, 26%
CMYK
0, 27, 43, 68
Luminance
0.0538
Every format
| HEX | #533d2f |
| RGB | rgb(83, 61, 47) |
| HSL | hsl(23, 28%, 26%) |
| CMYK | cmyk(0%, 27%, 43%, 68%) |
| LAB | lab(27.8 7.5 12.4) |
| LCH | lch(27.8 14.5 58.8) |
| OKLCH | oklch(0.380 0.038 53.7) |
Copy-ready code
/* CSS */
color: #533d2f;
background-color: #533d2f;
/* Tailwind (arbitrary) */
class="text-[#533d2f] bg-[#533d2f]"
/* SCSS */
$brand: #533d2f;
/* SwiftUI */
Color(red: 0.325, green: 0.239, blue: 0.184)
/* Android */
Color.parseColor("#533d2f")Accessibility — WCAG contrast
Aa
#533d2f on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533d2f on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow43.4%
Key (black)67.5%
Color previews
#533d2f text on a black background
contrast 2.08:1
Card sample
#533d2f text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533d2f;
Background color
Panel with #533d2f background
background-color: #533d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 61, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 61, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533d2f; background: linear-gradient(135deg, #533d2f, #51532F);