#67673b
a dark, soft yellow · cool · closest name: gray
RGB
103, 103, 59
HSL
60°, 27%, 32%
CMYK
0, 0, 43, 60
Luminance
0.1290
Every format
| HEX | #67673b |
| RGB | rgb(103, 103, 59) |
| HSL | hsl(60, 27%, 32%) |
| CMYK | cmyk(0%, 0%, 43%, 60%) |
| LAB | lab(42.6 -7.3 24.8) |
| LCH | lch(42.6 25.8 106.3) |
| OKLCH | oklch(0.503 0.064 108.5) |
Copy-ready code
/* CSS */
color: #67673b;
background-color: #67673b;
/* Tailwind (arbitrary) */
class="text-[#67673b] bg-[#67673b]"
/* SCSS */
$brand: #67673b;
/* SwiftUI */
Color(red: 0.404, green: 0.404, blue: 0.231)
/* Android */
Color.parseColor("#67673b")Accessibility — WCAG contrast
Aa
#67673b on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#67673b on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green40.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow42.7%
Key (black)59.6%
Color previews
#67673b text on a black background
contrast 3.58:1
Card sample
#67673b text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67673b;
Background color
Panel with #67673b background
background-color: #67673b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67673b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 103, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 103, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67673b; background: linear-gradient(135deg, #67673b, #4A673B);