#33111a
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 17, 26
HSL
344°, 50%, 13%
CMYK
0, 67, 49, 80
Luminance
0.0118
Every format
| HEX | #33111a |
| RGB | rgb(51, 17, 26) |
| HSL | hsl(344, 50%, 13%) |
| CMYK | cmyk(0%, 67%, 49%, 80%) |
| LAB | lab(10.4 18.3 2.1) |
| LCH | lch(10.4 18.4 6.6) |
| OKLCH | oklch(0.235 0.056 5.8) |
Copy-ready code
/* CSS */
color: #33111a;
background-color: #33111a;
/* Tailwind (arbitrary) */
class="text-[#33111a] bg-[#33111a]"
/* SCSS */
$brand: #33111a;
/* SwiftUI */
Color(red: 0.200, green: 0.067, blue: 0.102)
/* Android */
Color.parseColor("#33111a")Accessibility — WCAG contrast
Aa
#33111a on white: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33111a on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.7%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow49.0%
Key (black)80.0%
Color previews
#33111a text on a black background
contrast 1.24:1
Card sample
#33111a text on a white background
contrast 16.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33111a;
Background color
Panel with #33111a background
background-color: #33111a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33111a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 17, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 17, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33111a; background: linear-gradient(135deg, #33111a, #331F11);