#380310
a deep, electric red · warm · closest name: black
RGB
56, 3, 16
HSL
345°, 90%, 12%
CMYK
0, 95, 71, 78
Luminance
0.0094
Every format
| HEX | #380310 |
| RGB | rgb(56, 3, 16) |
| HSL | hsl(345, 90%, 12%) |
| CMYK | cmyk(0%, 95%, 71%, 78%) |
| LAB | lab(8.5 26.6 6.4) |
| LCH | lch(8.5 27.3 13.5) |
| OKLCH | oklch(0.222 0.082 12.7) |
Copy-ready code
/* CSS */
color: #380310;
background-color: #380310;
/* Tailwind (arbitrary) */
class="text-[#380310] bg-[#380310]"
/* SCSS */
$brand: #380310;
/* SwiftUI */
Color(red: 0.220, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#380310")Accessibility — WCAG contrast
Aa
#380310 on white: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380310 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow71.4%
Key (black)78.0%
Color previews
#380310 text on a black background
contrast 1.19:1
Card sample
#380310 text on a white background
contrast 17.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380310;
Background color
Panel with #380310 background
background-color: #380310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380310; background: linear-gradient(135deg, #380310, #381903);