#95293b
a dark, vivid red · warm · closest name: maroon
RGB
149, 41, 59
HSL
350°, 57%, 37%
CMYK
0, 73, 60, 42
Luminance
0.0829
Every format
| HEX | #95293b |
| RGB | rgb(149, 41, 59) |
| HSL | hsl(350, 57%, 37%) |
| CMYK | cmyk(0%, 73%, 60%, 42%) |
| LAB | lab(34.6 45.9 15.6) |
| LCH | lch(34.6 48.5 18.8) |
| OKLCH | oklch(0.454 0.143 15.6) |
Copy-ready code
/* CSS */
color: #95293b;
background-color: #95293b;
/* Tailwind (arbitrary) */
class="text-[#95293b] bg-[#95293b]"
/* SCSS */
$brand: #95293b;
/* SwiftUI */
Color(red: 0.584, green: 0.161, blue: 0.231)
/* Android */
Color.parseColor("#95293b")Accessibility — WCAG contrast
Aa
#95293b on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#95293b on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green16.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow60.4%
Key (black)41.6%
Color previews
#95293b text on a black background
contrast 2.66:1
Card sample
#95293b text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95293b;
Background color
Panel with #95293b background
background-color: #95293b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95293b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 41, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 41, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95293b; background: linear-gradient(135deg, #95293b, #955F29);