#732626
a dark, vivid red · warm · closest name: maroon
RGB
115, 38, 38
HSL
0°, 50%, 30%
CMYK
0, 67, 67, 55
Luminance
0.0517
Every format
| HEX | #732626 |
| RGB | rgb(115, 38, 38) |
| HSL | hsl(0, 50%, 30%) |
| CMYK | cmyk(0%, 67%, 67%, 55%) |
| LAB | lab(27.2 33.9 18.4) |
| LCH | lch(27.2 38.5 28.5) |
| OKLCH | oklch(0.386 0.109 23.7) |
Copy-ready code
/* CSS */
color: #732626;
background-color: #732626;
/* Tailwind (arbitrary) */
class="text-[#732626] bg-[#732626]"
/* SCSS */
$brand: #732626;
/* SwiftUI */
Color(red: 0.451, green: 0.149, blue: 0.149)
/* Android */
Color.parseColor("#732626")Accessibility — WCAG contrast
Aa
#732626 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732626 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green14.9%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow67.0%
Key (black)54.9%
Color previews
#732626 text on a black background
contrast 2.03:1
Card sample
#732626 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732626;
Background color
Panel with #732626 background
background-color: #732626;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732626;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 38, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 38, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732626; background: linear-gradient(135deg, #732626, #735926);