#923821
a dark, vivid red · warm · closest name: sienna
RGB
146, 56, 33
HSL
12°, 63%, 35%
CMYK
0, 62, 77, 43
Luminance
0.0905
Every format
| HEX | #923821 |
| RGB | rgb(146, 56, 33) |
| HSL | hsl(12, 63%, 35%) |
| CMYK | cmyk(0%, 62%, 77%, 43%) |
| LAB | lab(36.1 36.7 33.2) |
| LCH | lch(36.1 49.4 42.1) |
| OKLCH | oklch(0.463 0.127 35.4) |
Copy-ready code
/* CSS */
color: #923821;
background-color: #923821;
/* Tailwind (arbitrary) */
class="text-[#923821] bg-[#923821]"
/* SCSS */
$brand: #923821;
/* SwiftUI */
Color(red: 0.573, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#923821")Accessibility — WCAG contrast
Aa
#923821 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923821 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow77.4%
Key (black)42.7%
Color previews
#923821 text on a black background
contrast 2.81:1
Card sample
#923821 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923821;
Background color
Panel with #923821 background
background-color: #923821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923821; background: linear-gradient(135deg, #923821, #928321);