#632829
a dark, soft red · warm · closest name: sienna
RGB
99, 40, 41
HSL
359°, 42%, 27%
CMYK
0, 60, 59, 61
Luminance
0.0433
Every format
| HEX | #632829 |
| RGB | rgb(99, 40, 41) |
| HSL | hsl(359, 42%, 27%) |
| CMYK | cmyk(0%, 60%, 59%, 61%) |
| LAB | lab(24.7 26.8 12.6) |
| LCH | lch(24.7 29.6 25.2) |
| OKLCH | oklch(0.361 0.086 21.3) |
Copy-ready code
/* CSS */
color: #632829;
background-color: #632829;
/* Tailwind (arbitrary) */
class="text-[#632829] bg-[#632829]"
/* SCSS */
$brand: #632829;
/* SwiftUI */
Color(red: 0.388, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#632829")Accessibility — WCAG contrast
Aa
#632829 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632829 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow58.6%
Key (black)61.2%
Color previews
#632829 text on a black background
contrast 1.87:1
Card sample
#632829 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632829;
Background color
Panel with #632829 background
background-color: #632829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632829; background: linear-gradient(135deg, #632829, #634E28);