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