#943821
a dark, vivid red · warm · closest name: sienna
RGB
148, 56, 33
HSL
12°, 64%, 36%
CMYK
0, 62, 78, 42
Luminance
0.0923
Every format
| HEX | #943821 |
| RGB | rgb(148, 56, 33) |
| HSL | hsl(12, 64%, 36%) |
| CMYK | cmyk(0%, 62%, 78%, 42%) |
| LAB | lab(36.4 37.4 33.6) |
| LCH | lch(36.4 50.3 41.9) |
| OKLCH | oklch(0.466 0.129 35.1) |
Copy-ready code
/* CSS */
color: #943821;
background-color: #943821;
/* Tailwind (arbitrary) */
class="text-[#943821] bg-[#943821]"
/* SCSS */
$brand: #943821;
/* SwiftUI */
Color(red: 0.580, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#943821")Accessibility — WCAG contrast
Aa
#943821 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#943821 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow77.7%
Key (black)42.0%
Color previews
#943821 text on a black background
contrast 2.85:1
Card sample
#943821 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #943821;
Background color
Panel with #943821 background
background-color: #943821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #943821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #943821; background: linear-gradient(135deg, #943821, #948521);