#372549
a deep, soft violet · warm · closest name: black
RGB
55, 37, 73
HSL
270°, 33%, 22%
CMYK
25, 49, 0, 71
Luminance
0.0262
Every format
| HEX | #372549 |
| RGB | rgb(55, 37, 73) |
| HSL | hsl(270, 33%, 22%) |
| CMYK | cmyk(25%, 49%, 0%, 71%) |
| LAB | lab(18.4 16.9 -19.3) |
| LCH | lch(18.4 25.7 311.3) |
| OKLCH | oklch(0.304 0.066 305.9) |
Copy-ready code
/* CSS */
color: #372549;
background-color: #372549;
/* Tailwind (arbitrary) */
class="text-[#372549] bg-[#372549]"
/* SCSS */
$brand: #372549;
/* SwiftUI */
Color(red: 0.216, green: 0.145, blue: 0.286)
/* Android */
Color.parseColor("#372549")Accessibility — WCAG contrast
Aa
#372549 on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372549 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green14.5%
Blue28.6%
CMYK percentages
Cyan24.7%
Magenta49.3%
Yellow0.0%
Key (black)71.4%
Color previews
#372549 text on a black background
contrast 1.52:1
Card sample
#372549 text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372549;
Background color
Panel with #372549 background
background-color: #372549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 37, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 37, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372549; background: linear-gradient(135deg, #372549, #492543);