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