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