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