#672721
a dark, vivid red · warm · closest name: sienna
RGB
103, 39, 33
HSL
5°, 52%, 27%
CMYK
0, 62, 68, 60
Luminance
0.0444
Every format
| HEX | #672721 |
| RGB | rgb(103, 39, 33) |
| HSL | hsl(5, 52%, 27%) |
| CMYK | cmyk(0%, 62%, 68%, 60%) |
| LAB | lab(25.1 28.3 18.5) |
| LCH | lch(25.1 33.9 33.2) |
| OKLCH | oklch(0.365 0.094 27.9) |
Copy-ready code
/* CSS */
color: #672721;
background-color: #672721;
/* Tailwind (arbitrary) */
class="text-[#672721] bg-[#672721]"
/* SCSS */
$brand: #672721;
/* SwiftUI */
Color(red: 0.404, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#672721")Accessibility — WCAG contrast
Aa
#672721 on white: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672721 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow68.0%
Key (black)59.6%
Color previews
#672721 text on a black background
contrast 1.89:1
Card sample
#672721 text on a white background
contrast 11.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672721;
Background color
Panel with #672721 background
background-color: #672721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672721; background: linear-gradient(135deg, #672721, #675621);