#380f13
a deep, vivid red · warm · closest name: black
RGB
56, 15, 19
HSL
354°, 58%, 14%
CMYK
0, 73, 66, 78
Luminance
0.0123
Every format
| HEX | #380f13 |
| RGB | rgb(56, 15, 19) |
| HSL | hsl(354, 58%, 14%) |
| CMYK | cmyk(0%, 73%, 66%, 78%) |
| LAB | lab(10.8 20.8 7.8) |
| LCH | lch(10.8 22.2 20.6) |
| OKLCH | oklch(0.239 0.065 17.8) |
Copy-ready code
/* CSS */
color: #380f13;
background-color: #380f13;
/* Tailwind (arbitrary) */
class="text-[#380f13] bg-[#380f13]"
/* SCSS */
$brand: #380f13;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#380f13")Accessibility — WCAG contrast
Aa
#380f13 on white: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380f13 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow66.1%
Key (black)78.0%
Color previews
#380f13 text on a black background
contrast 1.25:1
Card sample
#380f13 text on a white background
contrast 16.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380f13;
Background color
Panel with #380f13 background
background-color: #380f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380f13; background: linear-gradient(135deg, #380f13, #38260F);