#513b21
a deep, soft orange · warm · closest name: darkslategray
RGB
81, 59, 33
HSL
33°, 42%, 22%
CMYK
0, 27, 59, 68
Luminance
0.0499
Every format
| HEX | #513b21 |
| RGB | rgb(81, 59, 33) |
| HSL | hsl(33, 42%, 22%) |
| CMYK | cmyk(0%, 27%, 59%, 68%) |
| LAB | lab(26.7 6.2 19.8) |
| LCH | lch(26.7 20.7 72.7) |
| OKLCH | oklch(0.370 0.050 69.9) |
Copy-ready code
/* CSS */
color: #513b21;
background-color: #513b21;
/* Tailwind (arbitrary) */
class="text-[#513b21] bg-[#513b21]"
/* SCSS */
$brand: #513b21;
/* SwiftUI */
Color(red: 0.318, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#513b21")Accessibility — WCAG contrast
Aa
#513b21 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#513b21 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow59.3%
Key (black)68.2%
Color previews
#513b21 text on a black background
contrast 2.00:1
Card sample
#513b21 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #513b21;
Background color
Panel with #513b21 background
background-color: #513b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #513b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #513b21; background: linear-gradient(135deg, #513b21, #475121);