#672f21
a dark, vivid red · warm · closest name: sienna
RGB
103, 47, 33
HSL
12°, 52%, 27%
CMYK
0, 54, 68, 60
Luminance
0.0503
Every format
| HEX | #672f21 |
| RGB | rgb(103, 47, 33) |
| HSL | hsl(12, 52%, 27%) |
| CMYK | cmyk(0%, 54%, 68%, 60%) |
| LAB | lab(26.8 23.9 20.6) |
| LCH | lch(26.8 31.6 40.8) |
| OKLCH | oklch(0.378 0.084 35.2) |
Copy-ready code
/* CSS */
color: #672f21;
background-color: #672f21;
/* Tailwind (arbitrary) */
class="text-[#672f21] bg-[#672f21]"
/* SCSS */
$brand: #672f21;
/* SwiftUI */
Color(red: 0.404, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#672f21")Accessibility — WCAG contrast
Aa
#672f21 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672f21 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow68.0%
Key (black)59.6%
Color previews
#672f21 text on a black background
contrast 2.01:1
Card sample
#672f21 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672f21;
Background color
Panel with #672f21 background
background-color: #672f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672f21; background: linear-gradient(135deg, #672f21, #675E21);