#642821
a dark, vivid red · warm · closest name: sienna
RGB
100, 40, 33
HSL
6°, 50%, 26%
CMYK
0, 60, 67, 61
Luminance
0.0434
Every format
| HEX | #642821 |
| RGB | rgb(100, 40, 33) |
| HSL | hsl(6, 50%, 26%) |
| CMYK | cmyk(0%, 60%, 67%, 61%) |
| LAB | lab(24.8 26.6 18.0) |
| LCH | lch(24.8 32.1 34.1) |
| OKLCH | oklch(0.361 0.089 28.9) |
Copy-ready code
/* CSS */
color: #642821;
background-color: #642821;
/* Tailwind (arbitrary) */
class="text-[#642821] bg-[#642821]"
/* SCSS */
$brand: #642821;
/* SwiftUI */
Color(red: 0.392, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#642821")Accessibility — WCAG contrast
Aa
#642821 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642821 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow67.0%
Key (black)60.8%
Color previews
#642821 text on a black background
contrast 1.87:1
Card sample
#642821 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642821;
Background color
Panel with #642821 background
background-color: #642821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642821; background: linear-gradient(135deg, #642821, #645521);