#532913
a deep, vivid orange · warm · closest name: sienna
RGB
83, 41, 19
HSL
21°, 63%, 20%
CMYK
0, 51, 77, 68
Luminance
0.0347
Every format
| HEX | #532913 |
| RGB | rgb(83, 41, 19) |
| HSL | hsl(21, 63%, 20%) |
| CMYK | cmyk(0%, 51%, 77%, 68%) |
| LAB | lab(21.8 17.5 22.7) |
| LCH | lch(21.8 28.6 52.4) |
| OKLCH | oklch(0.333 0.071 46.6) |
Copy-ready code
/* CSS */
color: #532913;
background-color: #532913;
/* Tailwind (arbitrary) */
class="text-[#532913] bg-[#532913]"
/* SCSS */
$brand: #532913;
/* SwiftUI */
Color(red: 0.325, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#532913")Accessibility — WCAG contrast
Aa
#532913 on white: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532913 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow77.1%
Key (black)67.5%
Color previews
#532913 text on a black background
contrast 1.69:1
Card sample
#532913 text on a white background
contrast 12.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532913;
Background color
Panel with #532913 background
background-color: #532913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532913; background: linear-gradient(135deg, #532913, #525313);