#380f1a
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 15, 26
HSL
344°, 58%, 14%
CMYK
0, 73, 54, 78
Luminance
0.0126
Every format
| HEX | #380f1a |
| RGB | rgb(56, 15, 26) |
| HSL | hsl(344, 58%, 14%) |
| CMYK | cmyk(0%, 73%, 54%, 78%) |
| LAB | lab(11.0 21.5 3.1) |
| LCH | lch(11.0 21.7 8.1) |
| OKLCH | oklch(0.241 0.066 7.0) |
Copy-ready code
/* CSS */
color: #380f1a;
background-color: #380f1a;
/* Tailwind (arbitrary) */
class="text-[#380f1a] bg-[#380f1a]"
/* SCSS */
$brand: #380f1a;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.102)
/* Android */
Color.parseColor("#380f1a")Accessibility — WCAG contrast
Aa
#380f1a on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380f1a on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow53.6%
Key (black)78.0%
Color previews
#380f1a text on a black background
contrast 1.25:1
Card sample
#380f1a text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380f1a;
Background color
Panel with #380f1a background
background-color: #380f1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380f1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380f1a; background: linear-gradient(135deg, #380f1a, #381F0F);