#652221
a dark, vivid red · warm · closest name: sienna
RGB
101, 34, 33
HSL
1°, 51%, 26%
CMYK
0, 66, 67, 60
Luminance
0.0402
Every format
| HEX | #652221 |
| RGB | rgb(101, 34, 33) |
| HSL | hsl(1, 51%, 26%) |
| CMYK | cmyk(0%, 66%, 67%, 60%) |
| LAB | lab(23.7 30.1 16.8) |
| LCH | lch(23.7 34.5 29.1) |
| OKLCH | oklch(0.354 0.097 24.3) |
Copy-ready code
/* CSS */
color: #652221;
background-color: #652221;
/* Tailwind (arbitrary) */
class="text-[#652221] bg-[#652221]"
/* SCSS */
$brand: #652221;
/* SwiftUI */
Color(red: 0.396, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#652221")Accessibility — WCAG contrast
Aa
#652221 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652221 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow67.3%
Key (black)60.4%
Color previews
#652221 text on a black background
contrast 1.80:1
Card sample
#652221 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652221;
Background color
Panel with #652221 background
background-color: #652221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652221; background: linear-gradient(135deg, #652221, #654F21);