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