#380f24
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 15, 36
HSL
329°, 58%, 14%
CMYK
0, 73, 36, 78
Luminance
0.0131
Every format
| HEX | #380f24 |
| RGB | rgb(56, 15, 36) |
| HSL | hsl(329, 58%, 14%) |
| CMYK | cmyk(0%, 73%, 36%, 78%) |
| LAB | lab(11.3 22.9 -3.9) |
| LCH | lch(11.3 23.2 350.3) |
| OKLCH | oklch(0.245 0.070 351.8) |
Copy-ready code
/* CSS */
color: #380f24;
background-color: #380f24;
/* Tailwind (arbitrary) */
class="text-[#380f24] bg-[#380f24]"
/* SCSS */
$brand: #380f24;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.141)
/* Android */
Color.parseColor("#380f24")Accessibility — WCAG contrast
Aa
#380f24 on white: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380f24 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow35.7%
Key (black)78.0%
Color previews
#380f24 text on a black background
contrast 1.26:1
Card sample
#380f24 text on a white background
contrast 16.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380f24;
Background color
Panel with #380f24 background
background-color: #380f24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380f24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380f24; background: linear-gradient(135deg, #380f24, #38150F);