#632221
a dark, vivid red · warm · closest name: sienna
RGB
99, 34, 33
HSL
1°, 50%, 26%
CMYK
0, 66, 67, 61
Luminance
0.0391
Every format
| HEX | #632221 |
| RGB | rgb(99, 34, 33) |
| HSL | hsl(1, 50%, 26%) |
| CMYK | cmyk(0%, 66%, 67%, 61%) |
| LAB | lab(23.4 29.3 16.2) |
| LCH | lch(23.4 33.5 28.9) |
| OKLCH | oklch(0.351 0.095 24.2) |
Copy-ready code
/* CSS */
color: #632221;
background-color: #632221;
/* Tailwind (arbitrary) */
class="text-[#632221] bg-[#632221]"
/* SCSS */
$brand: #632221;
/* SwiftUI */
Color(red: 0.388, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#632221")Accessibility — WCAG contrast
Aa
#632221 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632221 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow66.7%
Key (black)61.2%
Color previews
#632221 text on a black background
contrast 1.78:1
Card sample
#632221 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632221;
Background color
Panel with #632221 background
background-color: #632221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632221; background: linear-gradient(135deg, #632221, #634E21);