#503c23
a deep, soft orange · warm · closest name: darkslategray
RGB
80, 60, 35
HSL
33°, 39%, 23%
CMYK
0, 25, 56, 69
Luminance
0.0506
Every format
| HEX | #503c23 |
| RGB | rgb(80, 60, 35) |
| HSL | hsl(33, 39%, 23%) |
| CMYK | cmyk(0%, 25%, 56%, 69%) |
| LAB | lab(26.9 5.2 18.8) |
| LCH | lch(26.9 19.5 74.4) |
| OKLCH | oklch(0.372 0.048 71.7) |
Copy-ready code
/* CSS */
color: #503c23;
background-color: #503c23;
/* Tailwind (arbitrary) */
class="text-[#503c23] bg-[#503c23]"
/* SCSS */
$brand: #503c23;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.137)
/* Android */
Color.parseColor("#503c23")Accessibility — WCAG contrast
Aa
#503c23 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c23 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow56.3%
Key (black)68.6%
Color previews
#503c23 text on a black background
contrast 2.01:1
Card sample
#503c23 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c23;
Background color
Panel with #503c23 background
background-color: #503c23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c23; background: linear-gradient(135deg, #503c23, #465023);