#330018
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 0, 24
HSL
332°, 100%, 10%
CMYK
0, 100, 53, 80
Luminance
0.0077
Every format
| HEX | #330018 |
| RGB | rgb(51, 0, 24) |
| HSL | hsl(332, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 53%, 80%) |
| LAB | lab(7.0 27.3 -1.3) |
| LCH | lch(7.0 27.3 357.2) |
| OKLCH | oklch(0.209 0.085 357.7) |
Copy-ready code
/* CSS */
color: #330018;
background-color: #330018;
/* Tailwind (arbitrary) */
class="text-[#330018] bg-[#330018]"
/* SCSS */
$brand: #330018;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.094)
/* Android */
Color.parseColor("#330018")Accessibility — WCAG contrast
Aa
#330018 on white: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330018 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow52.9%
Key (black)80.0%
Color previews
#330018 text on a black background
contrast 1.15:1
Card sample
#330018 text on a white background
contrast 18.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330018;
Background color
Panel with #330018 background
background-color: #330018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330018; background: linear-gradient(135deg, #330018, #330A00);