#533621
a deep, soft orange · warm · closest name: sienna
RGB
83, 54, 33
HSL
25°, 43%, 23%
CMYK
0, 35, 60, 68
Luminance
0.0459
Every format
| HEX | #533621 |
| RGB | rgb(83, 54, 33) |
| HSL | hsl(25, 43%, 23%) |
| CMYK | cmyk(0%, 35%, 60%, 68%) |
| LAB | lab(25.5 10.3 18.4) |
| LCH | lch(25.5 21.1 60.6) |
| OKLCH | oklch(0.362 0.053 56.1) |
Copy-ready code
/* CSS */
color: #533621;
background-color: #533621;
/* Tailwind (arbitrary) */
class="text-[#533621] bg-[#533621]"
/* SCSS */
$brand: #533621;
/* SwiftUI */
Color(red: 0.325, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#533621")Accessibility — WCAG contrast
Aa
#533621 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533621 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow60.2%
Key (black)67.5%
Color previews
#533621 text on a black background
contrast 1.92:1
Card sample
#533621 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533621;
Background color
Panel with #533621 background
background-color: #533621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533621; background: linear-gradient(135deg, #533621, #4F5321);