#941908
a dark, electric red · warm · closest name: maroon
RGB
148, 25, 8
HSL
7°, 90%, 31%
CMYK
0, 83, 95, 42
Luminance
0.0701
Every format
| HEX | #941908 |
| RGB | rgb(148, 25, 8) |
| HSL | hsl(7, 90%, 31%) |
| CMYK | cmyk(0%, 83%, 95%, 42%) |
| LAB | lab(31.8 48.8 41.7) |
| LCH | lch(31.8 64.2 40.5) |
| OKLCH | oklch(0.431 0.160 31.1) |
Copy-ready code
/* CSS */
color: #941908;
background-color: #941908;
/* Tailwind (arbitrary) */
class="text-[#941908] bg-[#941908]"
/* SCSS */
$brand: #941908;
/* SwiftUI */
Color(red: 0.580, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#941908")Accessibility — WCAG contrast
Aa
#941908 on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#941908 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow94.6%
Key (black)42.0%
Color previews
#941908 text on a black background
contrast 2.40:1
Card sample
#941908 text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941908;
Background color
Panel with #941908 background
background-color: #941908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941908; background: linear-gradient(135deg, #941908, #947608);