#532413
a deep, vivid orange · warm · closest name: sienna
RGB
83, 36, 19
HSL
16°, 63%, 20%
CMYK
0, 57, 77, 68
Luminance
0.0315
Every format
| HEX | #532413 |
| RGB | rgb(83, 36, 19) |
| HSL | hsl(16, 63%, 20%) |
| CMYK | cmyk(0%, 57%, 77%, 68%) |
| LAB | lab(20.6 20.5 21.3) |
| LCH | lch(20.6 29.6 46.1) |
| OKLCH | oklch(0.324 0.075 40.0) |
Copy-ready code
/* CSS */
color: #532413;
background-color: #532413;
/* Tailwind (arbitrary) */
class="text-[#532413] bg-[#532413]"
/* SCSS */
$brand: #532413;
/* SwiftUI */
Color(red: 0.325, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#532413")Accessibility — WCAG contrast
Aa
#532413 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532413 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow77.1%
Key (black)67.5%
Color previews
#532413 text on a black background
contrast 1.63:1
Card sample
#532413 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532413;
Background color
Panel with #532413 background
background-color: #532413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532413; background: linear-gradient(135deg, #532413, #534F13);