#933421
a dark, vivid red · warm · closest name: sienna
RGB
147, 52, 33
HSL
10°, 63%, 35%
CMYK
0, 65, 78, 42
Luminance
0.0877
Every format
| HEX | #933421 |
| RGB | rgb(147, 52, 33) |
| HSL | hsl(10, 63%, 35%) |
| CMYK | cmyk(0%, 65%, 78%, 42%) |
| LAB | lab(35.5 39.0 32.6) |
| LCH | lch(35.5 50.8 40.0) |
| OKLCH | oklch(0.459 0.132 33.2) |
Copy-ready code
/* CSS */
color: #933421;
background-color: #933421;
/* Tailwind (arbitrary) */
class="text-[#933421] bg-[#933421]"
/* SCSS */
$brand: #933421;
/* SwiftUI */
Color(red: 0.576, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#933421")Accessibility — WCAG contrast
Aa
#933421 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#933421 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow77.6%
Key (black)42.4%
Color previews
#933421 text on a black background
contrast 2.75:1
Card sample
#933421 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933421;
Background color
Panel with #933421 background
background-color: #933421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933421; background: linear-gradient(135deg, #933421, #938021);