#503a21
a deep, soft orange · warm · closest name: darkslategray
RGB
80, 58, 33
HSL
32°, 42%, 22%
CMYK
0, 28, 59, 69
Luminance
0.0484
Every format
| HEX | #503a21 |
| RGB | rgb(80, 58, 33) |
| HSL | hsl(32, 42%, 22%) |
| CMYK | cmyk(0%, 28%, 59%, 69%) |
| LAB | lab(26.3 6.3 19.2) |
| LCH | lch(26.3 20.2 71.9) |
| OKLCH | oklch(0.367 0.049 68.8) |
Copy-ready code
/* CSS */
color: #503a21;
background-color: #503a21;
/* Tailwind (arbitrary) */
class="text-[#503a21] bg-[#503a21]"
/* SCSS */
$brand: #503a21;
/* SwiftUI */
Color(red: 0.314, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#503a21")Accessibility — WCAG contrast
Aa
#503a21 on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503a21 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow58.8%
Key (black)68.6%
Color previews
#503a21 text on a black background
contrast 1.97:1
Card sample
#503a21 text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503a21;
Background color
Panel with #503a21 background
background-color: #503a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503a21; background: linear-gradient(135deg, #503a21, #475021);