#5c503f
a dark, soft orange · warm · closest name: darkslategray
RGB
92, 80, 63
HSL
35°, 19%, 30%
CMYK
0, 13, 32, 64
Luminance
0.0837
Every format
| HEX | #5c503f |
| RGB | rgb(92, 80, 63) |
| HSL | hsl(35, 19%, 30%) |
| CMYK | cmyk(0%, 13%, 32%, 64%) |
| LAB | lab(34.8 2.0 11.9) |
| LCH | lch(34.8 12.0 80.3) |
| OKLCH | oklch(0.438 0.031 76.4) |
Copy-ready code
/* CSS */
color: #5c503f;
background-color: #5c503f;
/* Tailwind (arbitrary) */
class="text-[#5c503f] bg-[#5c503f]"
/* SCSS */
$brand: #5c503f;
/* SwiftUI */
Color(red: 0.361, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#5c503f")Accessibility — WCAG contrast
Aa
#5c503f on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c503f on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green31.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow31.5%
Key (black)63.9%
Color previews
#5c503f text on a black background
contrast 2.67:1
Card sample
#5c503f text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c503f;
Background color
Panel with #5c503f background
background-color: #5c503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c503f; background: linear-gradient(135deg, #5c503f, #555C3F);