#390813
a deep, electric red · warm · closest name: black
RGB
57, 8, 19
HSL
347°, 75%, 13%
CMYK
0, 86, 67, 78
Luminance
0.0109
Every format
| HEX | #390813 |
| RGB | rgb(57, 8, 19) |
| HSL | hsl(347, 75%, 13%) |
| CMYK | cmyk(0%, 86%, 67%, 78%) |
| LAB | lab(9.7 24.6 6.4) |
| LCH | lch(9.7 25.4 14.5) |
| OKLCH | oklch(0.232 0.076 12.6) |
Copy-ready code
/* CSS */
color: #390813;
background-color: #390813;
/* Tailwind (arbitrary) */
class="text-[#390813] bg-[#390813]"
/* SCSS */
$brand: #390813;
/* SwiftUI */
Color(red: 0.224, green: 0.031, blue: 0.075)
/* Android */
Color.parseColor("#390813")Accessibility — WCAG contrast
Aa
#390813 on white: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390813 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow66.7%
Key (black)77.6%
Color previews
#390813 text on a black background
contrast 1.22:1
Card sample
#390813 text on a white background
contrast 17.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390813;
Background color
Panel with #390813 background
background-color: #390813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 8, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 8, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390813; background: linear-gradient(135deg, #390813, #391E08);