#67503c
a dark, soft orange · warm · closest name: gray
RGB
103, 80, 60
HSL
28°, 26%, 32%
CMYK
0, 22, 42, 60
Luminance
0.0895
Every format
| HEX | #67503c |
| RGB | rgb(103, 80, 60) |
| HSL | hsl(28, 26%, 32%) |
| CMYK | cmyk(0%, 22%, 42%, 60%) |
| LAB | lab(35.9 6.6 15.5) |
| LCH | lch(35.9 16.8 66.9) |
| OKLCH | oklch(0.450 0.044 62.4) |
Copy-ready code
/* CSS */
color: #67503c;
background-color: #67503c;
/* Tailwind (arbitrary) */
class="text-[#67503c] bg-[#67503c]"
/* SCSS */
$brand: #67503c;
/* SwiftUI */
Color(red: 0.404, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#67503c")Accessibility — WCAG contrast
Aa
#67503c on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67503c on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow41.7%
Key (black)59.6%
Color previews
#67503c text on a black background
contrast 2.79:1
Card sample
#67503c text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67503c;
Background color
Panel with #67503c background
background-color: #67503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67503c; background: linear-gradient(135deg, #67503c, #61673C);