#331721
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 23, 33
HSL
339°, 38%, 15%
CMYK
0, 55, 35, 80
Luminance
0.0143
Every format
| HEX | #331721 |
| RGB | rgb(51, 23, 33) |
| HSL | hsl(339, 38%, 15%) |
| CMYK | cmyk(0%, 55%, 35%, 80%) |
| LAB | lab(12.1 15.5 -0.6) |
| LCH | lch(12.1 15.5 357.8) |
| OKLCH | oklch(0.249 0.047 358.3) |
Copy-ready code
/* CSS */
color: #331721;
background-color: #331721;
/* Tailwind (arbitrary) */
class="text-[#331721] bg-[#331721]"
/* SCSS */
$brand: #331721;
/* SwiftUI */
Color(red: 0.200, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#331721")Accessibility — WCAG contrast
Aa
#331721 on white: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331721 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow35.3%
Key (black)80.0%
Color previews
#331721 text on a black background
contrast 1.29:1
Card sample
#331721 text on a white background
contrast 16.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331721;
Background color
Panel with #331721 background
background-color: #331721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331721; background: linear-gradient(135deg, #331721, #332017);