#923749
a dark, vivid red · warm · closest name: sienna
RGB
146, 55, 73
HSL
348°, 45%, 39%
CMYK
0, 62, 50, 43
Luminance
0.0932
Every format
| HEX | #923749 |
| RGB | rgb(146, 55, 73) |
| HSL | hsl(348, 45%, 39%) |
| CMYK | cmyk(0%, 62%, 50%, 43%) |
| LAB | lab(36.6 40.0 9.3) |
| LCH | lch(36.6 41.0 13.1) |
| OKLCH | oklch(0.469 0.123 11.1) |
Copy-ready code
/* CSS */
color: #923749;
background-color: #923749;
/* Tailwind (arbitrary) */
class="text-[#923749] bg-[#923749]"
/* SCSS */
$brand: #923749;
/* SwiftUI */
Color(red: 0.573, green: 0.216, blue: 0.286)
/* Android */
Color.parseColor("#923749")Accessibility — WCAG contrast
Aa
#923749 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#923749 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green21.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow50.0%
Key (black)42.7%
Color previews
#923749 text on a black background
contrast 2.86:1
Card sample
#923749 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923749;
Background color
Panel with #923749 background
background-color: #923749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 55, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 55, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923749; background: linear-gradient(135deg, #923749, #926237);