#532613
a deep, vivid orange · warm · closest name: sienna
RGB
83, 38, 19
HSL
18°, 63%, 20%
CMYK
0, 54, 77, 68
Luminance
0.0327
Every format
| HEX | #532613 |
| RGB | rgb(83, 38, 19) |
| HSL | hsl(18, 63%, 20%) |
| CMYK | cmyk(0%, 54%, 77%, 68%) |
| LAB | lab(21.1 19.3 21.9) |
| LCH | lch(21.1 29.1 48.5) |
| OKLCH | oklch(0.327 0.073 42.5) |
Copy-ready code
/* CSS */
color: #532613;
background-color: #532613;
/* Tailwind (arbitrary) */
class="text-[#532613] bg-[#532613]"
/* SCSS */
$brand: #532613;
/* SwiftUI */
Color(red: 0.325, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#532613")Accessibility — WCAG contrast
Aa
#532613 on white: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532613 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow77.1%
Key (black)67.5%
Color previews
#532613 text on a black background
contrast 1.65:1
Card sample
#532613 text on a white background
contrast 12.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532613;
Background color
Panel with #532613 background
background-color: #532613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532613; background: linear-gradient(135deg, #532613, #535113);