#330621
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 6, 33
HSL
324°, 79%, 11%
CMYK
0, 88, 35, 80
Luminance
0.0094
Every format
| HEX | #330621 |
| RGB | rgb(51, 6, 33) |
| HSL | hsl(324, 79%, 11%) |
| CMYK | cmyk(0%, 88%, 35%, 80%) |
| LAB | lab(8.5 25.2 -6.0) |
| LCH | lch(8.5 25.9 346.6) |
| OKLCH | oklch(0.222 0.079 348.4) |
Copy-ready code
/* CSS */
color: #330621;
background-color: #330621;
/* Tailwind (arbitrary) */
class="text-[#330621] bg-[#330621]"
/* SCSS */
$brand: #330621;
/* SwiftUI */
Color(red: 0.200, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#330621")Accessibility — WCAG contrast
Aa
#330621 on white: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330621 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow35.3%
Key (black)80.0%
Color previews
#330621 text on a black background
contrast 1.19:1
Card sample
#330621 text on a white background
contrast 17.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330621;
Background color
Panel with #330621 background
background-color: #330621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330621; background: linear-gradient(135deg, #330621, #330906);