#513321
a deep, soft orange · warm · closest name: darkslategray
RGB
81, 51, 33
HSL
23°, 42%, 22%
CMYK
0, 37, 59, 68
Luminance
0.0423
Every format
| HEX | #513321 |
| RGB | rgb(81, 51, 33) |
| HSL | hsl(23, 42%, 22%) |
| CMYK | cmyk(0%, 37%, 59%, 68%) |
| LAB | lab(24.4 11.3 16.9) |
| LCH | lch(24.4 20.3 56.2) |
| OKLCH | oklch(0.353 0.052 51.3) |
Copy-ready code
/* CSS */
color: #513321;
background-color: #513321;
/* Tailwind (arbitrary) */
class="text-[#513321] bg-[#513321]"
/* SCSS */
$brand: #513321;
/* SwiftUI */
Color(red: 0.318, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#513321")Accessibility — WCAG contrast
Aa
#513321 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#513321 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow59.3%
Key (black)68.2%
Color previews
#513321 text on a black background
contrast 1.85:1
Card sample
#513321 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #513321;
Background color
Panel with #513321 background
background-color: #513321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #513321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #513321; background: linear-gradient(135deg, #513321, #4F5121);