#903821
a dark, vivid red · warm · closest name: sienna
RGB
144, 56, 33
HSL
12°, 63%, 35%
CMYK
0, 61, 77, 44
Luminance
0.0887
Every format
| HEX | #903821 |
| RGB | rgb(144, 56, 33) |
| HSL | hsl(12, 63%, 35%) |
| CMYK | cmyk(0%, 61%, 77%, 44%) |
| LAB | lab(35.7 35.9 32.7) |
| LCH | lch(35.7 48.5 42.3) |
| OKLCH | oklch(0.460 0.125 35.6) |
Copy-ready code
/* CSS */
color: #903821;
background-color: #903821;
/* Tailwind (arbitrary) */
class="text-[#903821] bg-[#903821]"
/* SCSS */
$brand: #903821;
/* SwiftUI */
Color(red: 0.565, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#903821")Accessibility — WCAG contrast
Aa
#903821 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#903821 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow77.1%
Key (black)43.5%
Color previews
#903821 text on a black background
contrast 2.77:1
Card sample
#903821 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #903821;
Background color
Panel with #903821 background
background-color: #903821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #903821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #903821; background: linear-gradient(135deg, #903821, #908221);