#371925
a deep, soft magenta / pink · warm · closest name: black
RGB
55, 25, 37
HSL
336°, 38%, 16%
CMYK
0, 55, 33, 78
Luminance
0.0164
Every format
| HEX | #371925 |
| RGB | rgb(55, 25, 37) |
| HSL | hsl(336, 38%, 16%) |
| CMYK | cmyk(0%, 55%, 33%, 78%) |
| LAB | lab(13.5 16.6 -1.5) |
| LCH | lch(13.5 16.7 354.9) |
| OKLCH | oklch(0.261 0.051 355.8) |
Copy-ready code
/* CSS */
color: #371925;
background-color: #371925;
/* Tailwind (arbitrary) */
class="text-[#371925] bg-[#371925]"
/* SCSS */
$brand: #371925;
/* SwiftUI */
Color(red: 0.216, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#371925")Accessibility — WCAG contrast
Aa
#371925 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371925 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow32.7%
Key (black)78.4%
Color previews
#371925 text on a black background
contrast 1.33:1
Card sample
#371925 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371925;
Background color
Panel with #371925 background
background-color: #371925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371925; background: linear-gradient(135deg, #371925, #372119);