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