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