#331021
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 16, 33
HSL
331°, 52%, 13%
CMYK
0, 69, 35, 80
Luminance
0.0118
Every format
| HEX | #331021 |
| RGB | rgb(51, 16, 33) |
| HSL | hsl(331, 52%, 13%) |
| CMYK | cmyk(0%, 69%, 35%, 80%) |
| LAB | lab(10.4 19.9 -3.1) |
| LCH | lch(10.4 20.2 351.2) |
| OKLCH | oklch(0.236 0.061 352.5) |
Copy-ready code
/* CSS */
color: #331021;
background-color: #331021;
/* Tailwind (arbitrary) */
class="text-[#331021] bg-[#331021]"
/* SCSS */
$brand: #331021;
/* SwiftUI */
Color(red: 0.200, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#331021")Accessibility — WCAG contrast
Aa
#331021 on white: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331021 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow35.3%
Key (black)80.0%
Color previews
#331021 text on a black background
contrast 1.24:1
Card sample
#331021 text on a white background
contrast 16.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331021;
Background color
Panel with #331021 background
background-color: #331021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331021; background: linear-gradient(135deg, #331021, #331610);