#30040c
a deep, electric red · warm · closest name: black
RGB
48, 4, 12
HSL
349°, 85%, 10%
CMYK
0, 92, 75, 81
Luminance
0.0074
Every format
| HEX | #30040c |
| RGB | rgb(48, 4, 12) |
| HSL | hsl(349, 85%, 10%) |
| CMYK | cmyk(0%, 92%, 75%, 81%) |
| LAB | lab(6.7 22.6 5.5) |
| LCH | lch(6.7 23.3 13.7) |
| OKLCH | oklch(0.204 0.071 15.1) |
Copy-ready code
/* CSS */
color: #30040c;
background-color: #30040c;
/* Tailwind (arbitrary) */
class="text-[#30040c] bg-[#30040c]"
/* SCSS */
$brand: #30040c;
/* SwiftUI */
Color(red: 0.188, green: 0.016, blue: 0.047)
/* Android */
Color.parseColor("#30040c")Accessibility — WCAG contrast
Aa
#30040c on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30040c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green1.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow75.0%
Key (black)81.2%
Color previews
#30040c text on a black background
contrast 1.15:1
Card sample
#30040c text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30040c;
Background color
Panel with #30040c background
background-color: #30040c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30040c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 4, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 4, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30040c; background: linear-gradient(135deg, #30040c, #301904);