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