#380f2e
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 15, 46
HSL
315°, 58%, 14%
CMYK
0, 73, 18, 78
Luminance
0.0138
Every format
| HEX | #380f2e |
| RGB | rgb(56, 15, 46) |
| HSL | hsl(315, 58%, 14%) |
| CMYK | cmyk(0%, 73%, 18%, 78%) |
| LAB | lab(11.8 24.6 -10.6) |
| LCH | lch(11.8 26.8 336.8) |
| OKLCH | oklch(0.250 0.078 338.5) |
Copy-ready code
/* CSS */
color: #380f2e;
background-color: #380f2e;
/* Tailwind (arbitrary) */
class="text-[#380f2e] bg-[#380f2e]"
/* SCSS */
$brand: #380f2e;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.180)
/* Android */
Color.parseColor("#380f2e")Accessibility — WCAG contrast
Aa
#380f2e on white: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380f2e on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow17.9%
Key (black)78.0%
Color previews
#380f2e text on a black background
contrast 1.28:1
Card sample
#380f2e text on a white background
contrast 16.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380f2e;
Background color
Panel with #380f2e background
background-color: #380f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380f2e; background: linear-gradient(135deg, #380f2e, #380F13);