#632421
a dark, vivid red · warm · closest name: sienna
RGB
99, 36, 33
HSL
3°, 50%, 26%
CMYK
0, 64, 67, 61
Luminance
0.0402
Every format
| HEX | #632421 |
| RGB | rgb(99, 36, 33) |
| HSL | hsl(3, 50%, 26%) |
| CMYK | cmyk(0%, 64%, 67%, 61%) |
| LAB | lab(23.8 28.3 16.7) |
| LCH | lch(23.8 32.9 30.5) |
| OKLCH | oklch(0.353 0.092 25.6) |
Copy-ready code
/* CSS */
color: #632421;
background-color: #632421;
/* Tailwind (arbitrary) */
class="text-[#632421] bg-[#632421]"
/* SCSS */
$brand: #632421;
/* SwiftUI */
Color(red: 0.388, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#632421")Accessibility — WCAG contrast
Aa
#632421 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632421 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow66.7%
Key (black)61.2%
Color previews
#632421 text on a black background
contrast 1.80:1
Card sample
#632421 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632421;
Background color
Panel with #632421 background
background-color: #632421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632421; background: linear-gradient(135deg, #632421, #635021);