#672521
a dark, vivid red · warm · closest name: sienna
RGB
103, 37, 33
HSL
3°, 52%, 27%
CMYK
0, 64, 68, 60
Luminance
0.0432
Every format
| HEX | #672521 |
| RGB | rgb(103, 37, 33) |
| HSL | hsl(3, 52%, 27%) |
| CMYK | cmyk(0%, 64%, 68%, 60%) |
| LAB | lab(24.7 29.4 18.0) |
| LCH | lch(24.7 34.5 31.5) |
| OKLCH | oklch(0.362 0.096 26.4) |
Copy-ready code
/* CSS */
color: #672521;
background-color: #672521;
/* Tailwind (arbitrary) */
class="text-[#672521] bg-[#672521]"
/* SCSS */
$brand: #672521;
/* SwiftUI */
Color(red: 0.404, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#672521")Accessibility — WCAG contrast
Aa
#672521 on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672521 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow68.0%
Key (black)59.6%
Color previews
#672521 text on a black background
contrast 1.86:1
Card sample
#672521 text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672521;
Background color
Panel with #672521 background
background-color: #672521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672521; background: linear-gradient(135deg, #672521, #675421);