#923021
a dark, vivid red · warm · closest name: maroon
RGB
146, 48, 33
HSL
8°, 63%, 35%
CMYK
0, 67, 77, 43
Luminance
0.0833
Every format
| HEX | #923021 |
| RGB | rgb(146, 48, 33) |
| HSL | hsl(8, 63%, 35%) |
| CMYK | cmyk(0%, 67%, 77%, 43%) |
| LAB | lab(34.7 40.4 31.7) |
| LCH | lch(34.7 51.3 38.1) |
| OKLCH | oklch(0.452 0.135 31.4) |
Copy-ready code
/* CSS */
color: #923021;
background-color: #923021;
/* Tailwind (arbitrary) */
class="text-[#923021] bg-[#923021]"
/* SCSS */
$brand: #923021;
/* SwiftUI */
Color(red: 0.573, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#923021")Accessibility — WCAG contrast
Aa
#923021 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923021 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow77.4%
Key (black)42.7%
Color previews
#923021 text on a black background
contrast 2.67:1
Card sample
#923021 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923021;
Background color
Panel with #923021 background
background-color: #923021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923021; background: linear-gradient(135deg, #923021, #927B21);