#6c503c
a dark, soft orange · warm · closest name: gray
RGB
108, 80, 60
HSL
25°, 29%, 33%
CMYK
0, 26, 44, 58
Luminance
0.0925
Every format
| HEX | #6c503c |
| RGB | rgb(108, 80, 60) |
| HSL | hsl(25, 29%, 33%) |
| CMYK | cmyk(0%, 26%, 44%, 58%) |
| LAB | lab(36.5 8.9 16.4) |
| LCH | lch(36.5 18.6 61.5) |
| OKLCH | oklch(0.456 0.049 56.7) |
Copy-ready code
/* CSS */
color: #6c503c;
background-color: #6c503c;
/* Tailwind (arbitrary) */
class="text-[#6c503c] bg-[#6c503c]"
/* SCSS */
$brand: #6c503c;
/* SwiftUI */
Color(red: 0.424, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#6c503c")Accessibility — WCAG contrast
Aa
#6c503c on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c503c on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow44.4%
Key (black)57.6%
Color previews
#6c503c text on a black background
contrast 2.85:1
Card sample
#6c503c text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c503c;
Background color
Panel with #6c503c background
background-color: #6c503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c503c; background: linear-gradient(135deg, #6c503c, #686C3C);