#941e0f
a dark, electric red · warm · closest name: maroon
RGB
148, 30, 15
HSL
7°, 82%, 32%
CMYK
0, 80, 90, 42
Luminance
0.0726
Every format
| HEX | #941e0f |
| RGB | rgb(148, 30, 15) |
| HSL | hsl(7, 82%, 32%) |
| CMYK | cmyk(0%, 80%, 90%, 42%) |
| LAB | lab(32.4 47.5 39.2) |
| LCH | lch(32.4 61.5 39.5) |
| OKLCH | oklch(0.435 0.156 30.9) |
Copy-ready code
/* CSS */
color: #941e0f;
background-color: #941e0f;
/* Tailwind (arbitrary) */
class="text-[#941e0f] bg-[#941e0f]"
/* SCSS */
$brand: #941e0f;
/* SwiftUI */
Color(red: 0.580, green: 0.118, blue: 0.059)
/* Android */
Color.parseColor("#941e0f")Accessibility — WCAG contrast
Aa
#941e0f on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#941e0f on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green11.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow89.9%
Key (black)42.0%
Color previews
#941e0f text on a black background
contrast 2.45:1
Card sample
#941e0f text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941e0f;
Background color
Panel with #941e0f background
background-color: #941e0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941e0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 30, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 30, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941e0f; background: linear-gradient(135deg, #941e0f, #94770F);