#731223
a dark, vivid red · warm · closest name: maroon
RGB
115, 18, 35
HSL
350°, 73%, 26%
CMYK
0, 84, 70, 55
Luminance
0.0420
Every format
| HEX | #731223 |
| RGB | rgb(115, 18, 35) |
| HSL | hsl(350, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 70%, 55%) |
| LAB | lab(24.3 41.5 16.7) |
| LCH | lch(24.3 44.8 22.0) |
| OKLCH | oklch(0.364 0.130 17.8) |
Copy-ready code
/* CSS */
color: #731223;
background-color: #731223;
/* Tailwind (arbitrary) */
class="text-[#731223] bg-[#731223]"
/* SCSS */
$brand: #731223;
/* SwiftUI */
Color(red: 0.451, green: 0.071, blue: 0.137)
/* Android */
Color.parseColor("#731223")Accessibility — WCAG contrast
Aa
#731223 on white: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731223 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.1%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow69.6%
Key (black)54.9%
Color previews
#731223 text on a black background
contrast 1.84:1
Card sample
#731223 text on a white background
contrast 11.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731223;
Background color
Panel with #731223 background
background-color: #731223;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731223;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 18, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 18, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731223; background: linear-gradient(135deg, #731223, #734212);