#532e13
a deep, vivid orange · warm · closest name: sienna
RGB
83, 46, 19
HSL
25°, 63%, 20%
CMYK
0, 45, 77, 68
Luminance
0.0384
Every format
| HEX | #532e13 |
| RGB | rgb(83, 46, 19) |
| HSL | hsl(25, 63%, 20%) |
| CMYK | cmyk(0%, 45%, 77%, 68%) |
| LAB | lab(23.1 14.3 24.1) |
| LCH | lch(23.1 28.0 59.2) |
| OKLCH | oklch(0.343 0.067 54.3) |
Copy-ready code
/* CSS */
color: #532e13;
background-color: #532e13;
/* Tailwind (arbitrary) */
class="text-[#532e13] bg-[#532e13]"
/* SCSS */
$brand: #532e13;
/* SwiftUI */
Color(red: 0.325, green: 0.180, blue: 0.075)
/* Android */
Color.parseColor("#532e13")Accessibility — WCAG contrast
Aa
#532e13 on white: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532e13 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green18.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow77.1%
Key (black)67.5%
Color previews
#532e13 text on a black background
contrast 1.77:1
Card sample
#532e13 text on a white background
contrast 11.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532e13;
Background color
Panel with #532e13 background
background-color: #532e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 46, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 46, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532e13; background: linear-gradient(135deg, #532e13, #4D5313);