#67493b
a dark, soft orange · warm · closest name: gray
RGB
103, 73, 59
HSL
19°, 27%, 32%
CMYK
0, 29, 43, 60
Luminance
0.0796
Every format
| HEX | #67493b |
| RGB | rgb(103, 73, 59) |
| HSL | hsl(19, 27%, 32%) |
| CMYK | cmyk(0%, 29%, 43%, 60%) |
| LAB | lab(33.9 10.8 13.4) |
| LCH | lch(33.9 17.2 51.3) |
| OKLCH | oklch(0.434 0.047 46.0) |
Copy-ready code
/* CSS */
color: #67493b;
background-color: #67493b;
/* Tailwind (arbitrary) */
class="text-[#67493b] bg-[#67493b]"
/* SCSS */
$brand: #67493b;
/* SwiftUI */
Color(red: 0.404, green: 0.286, blue: 0.231)
/* Android */
Color.parseColor("#67493b")Accessibility — WCAG contrast
Aa
#67493b on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67493b on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green28.6%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow42.7%
Key (black)59.6%
Color previews
#67493b text on a black background
contrast 2.59:1
Card sample
#67493b text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67493b;
Background color
Panel with #67493b background
background-color: #67493b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67493b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 73, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 73, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67493b; background: linear-gradient(135deg, #67493b, #67663B);