#532b13
a deep, vivid orange · warm · closest name: sienna
RGB
83, 43, 19
HSL
23°, 63%, 20%
CMYK
0, 48, 77, 68
Luminance
0.0361
Every format
| HEX | #532b13 |
| RGB | rgb(83, 43, 19) |
| HSL | hsl(23, 63%, 20%) |
| CMYK | cmyk(0%, 48%, 77%, 68%) |
| LAB | lab(22.4 16.2 23.2) |
| LCH | lch(22.4 28.3 55.1) |
| OKLCH | oklch(0.337 0.069 49.6) |
Copy-ready code
/* CSS */
color: #532b13;
background-color: #532b13;
/* Tailwind (arbitrary) */
class="text-[#532b13] bg-[#532b13]"
/* SCSS */
$brand: #532b13;
/* SwiftUI */
Color(red: 0.325, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#532b13")Accessibility — WCAG contrast
Aa
#532b13 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532b13 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow77.1%
Key (black)67.5%
Color previews
#532b13 text on a black background
contrast 1.72:1
Card sample
#532b13 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532b13;
Background color
Panel with #532b13 background
background-color: #532b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532b13; background: linear-gradient(135deg, #532b13, #505313);