#672321
a dark, vivid red · warm · closest name: sienna
RGB
103, 35, 33
HSL
2°, 52%, 27%
CMYK
0, 66, 68, 60
Luminance
0.0420
Every format
| HEX | #672321 |
| RGB | rgb(103, 35, 33) |
| HSL | hsl(2, 52%, 27%) |
| CMYK | cmyk(0%, 66%, 68%, 60%) |
| LAB | lab(24.3 30.4 17.6) |
| LCH | lch(24.3 35.1 30.0) |
| OKLCH | oklch(0.359 0.099 25.0) |
Copy-ready code
/* CSS */
color: #672321;
background-color: #672321;
/* Tailwind (arbitrary) */
class="text-[#672321] bg-[#672321]"
/* SCSS */
$brand: #672321;
/* SwiftUI */
Color(red: 0.404, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#672321")Accessibility — WCAG contrast
Aa
#672321 on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672321 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow68.0%
Key (black)59.6%
Color previews
#672321 text on a black background
contrast 1.84:1
Card sample
#672321 text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672321;
Background color
Panel with #672321 background
background-color: #672321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672321; background: linear-gradient(135deg, #672321, #675221);