#380606
a deep, electric red · warm · closest name: black
RGB
56, 6, 6
HSL
0°, 81%, 12%
CMYK
0, 89, 89, 78
Luminance
0.0098
Every format
| HEX | #380606 |
| RGB | rgb(56, 6, 6) |
| HSL | hsl(0, 81%, 12%) |
| CMYK | cmyk(0%, 89%, 89%, 78%) |
| LAB | lab(8.9 24.3 11.4) |
| LCH | lch(8.9 26.9 25.1) |
| OKLCH | oklch(0.224 0.078 26.3) |
Copy-ready code
/* CSS */
color: #380606;
background-color: #380606;
/* Tailwind (arbitrary) */
class="text-[#380606] bg-[#380606]"
/* SCSS */
$brand: #380606;
/* SwiftUI */
Color(red: 0.220, green: 0.024, blue: 0.024)
/* Android */
Color.parseColor("#380606")Accessibility — WCAG contrast
Aa
#380606 on white: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380606 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green2.4%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow89.3%
Key (black)78.0%
Color previews
#380606 text on a black background
contrast 1.20:1
Card sample
#380606 text on a white background
contrast 17.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380606;
Background color
Panel with #380606 background
background-color: #380606;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380606;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 6, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 6, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380606; background: linear-gradient(135deg, #380606, #382706);