#95110c
a dark, electric red · warm · closest name: maroon
RGB
149, 17, 12
HSL
2°, 85%, 32%
CMYK
0, 89, 92, 42
Luminance
0.0682
Every format
| HEX | #95110c |
| RGB | rgb(149, 17, 12) |
| HSL | hsl(2, 85%, 32%) |
| CMYK | cmyk(0%, 89%, 92%, 42%) |
| LAB | lab(31.4 51.1 39.9) |
| LCH | lch(31.4 64.8 38.0) |
| OKLCH | oklch(0.428 0.165 29.0) |
Copy-ready code
/* CSS */
color: #95110c;
background-color: #95110c;
/* Tailwind (arbitrary) */
class="text-[#95110c] bg-[#95110c]"
/* SCSS */
$brand: #95110c;
/* SwiftUI */
Color(red: 0.584, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#95110c")Accessibility — WCAG contrast
Aa
#95110c on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#95110c on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow91.9%
Key (black)41.6%
Color previews
#95110c text on a black background
contrast 2.36:1
Card sample
#95110c text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95110c;
Background color
Panel with #95110c background
background-color: #95110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95110c; background: linear-gradient(135deg, #95110c, #956C0C);