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