#643232
a dark, soft red · warm · closest name: sienna
RGB
100, 50, 50
HSL
0°, 33%, 29%
CMYK
0, 50, 50, 61
Luminance
0.0522
Every format
| HEX | #643232 |
| RGB | rgb(100, 50, 50) |
| HSL | hsl(0, 33%, 29%) |
| CMYK | cmyk(0%, 50%, 50%, 61%) |
| LAB | lab(27.4 22.4 10.2) |
| LCH | lch(27.4 24.6 24.5) |
| OKLCH | oklch(0.382 0.072 21.0) |
Copy-ready code
/* CSS */
color: #643232;
background-color: #643232;
/* Tailwind (arbitrary) */
class="text-[#643232] bg-[#643232]"
/* SCSS */
$brand: #643232;
/* SwiftUI */
Color(red: 0.392, green: 0.196, blue: 0.196)
/* Android */
Color.parseColor("#643232")Accessibility — WCAG contrast
Aa
#643232 on white: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643232 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green19.6%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow50.0%
Key (black)60.8%
Color previews
#643232 text on a black background
contrast 2.04:1
Card sample
#643232 text on a white background
contrast 10.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643232;
Background color
Panel with #643232 background
background-color: #643232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 50, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 50, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643232; background: linear-gradient(135deg, #643232, #645332);