#910c0f
a dark, electric red · warm · closest name: maroon
RGB
145, 12, 15
HSL
359°, 85%, 31%
CMYK
0, 92, 90, 43
Luminance
0.0632
Every format
| HEX | #910c0f |
| RGB | rgb(145, 12, 15) |
| HSL | hsl(359, 85%, 31%) |
| CMYK | cmyk(0%, 92%, 90%, 43%) |
| LAB | lab(30.2 51.0 37.2) |
| LCH | lch(30.2 63.1 36.1) |
| OKLCH | oklch(0.418 0.163 27.6) |
Copy-ready code
/* CSS */
color: #910c0f;
background-color: #910c0f;
/* Tailwind (arbitrary) */
class="text-[#910c0f] bg-[#910c0f]"
/* SCSS */
$brand: #910c0f;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.059)
/* Android */
Color.parseColor("#910c0f")Accessibility — WCAG contrast
Aa
#910c0f on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910c0f on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow89.7%
Key (black)43.1%
Color previews
#910c0f text on a black background
contrast 2.26:1
Card sample
#910c0f text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910c0f;
Background color
Panel with #910c0f background
background-color: #910c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910c0f; background: linear-gradient(135deg, #910c0f, #91620C);