#33112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 17, 43
HSL
314°, 50%, 13%
CMYK
0, 67, 16, 80
Luminance
0.0128
Every format
| HEX | #33112b |
| RGB | rgb(51, 17, 43) |
| HSL | hsl(314, 50%, 13%) |
| CMYK | cmyk(0%, 67%, 16%, 80%) |
| LAB | lab(11.1 21.1 -9.5) |
| LCH | lch(11.1 23.2 335.8) |
| OKLCH | oklch(0.243 0.067 337.5) |
Copy-ready code
/* CSS */
color: #33112b;
background-color: #33112b;
/* Tailwind (arbitrary) */
class="text-[#33112b] bg-[#33112b]"
/* SCSS */
$brand: #33112b;
/* SwiftUI */
Color(red: 0.200, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#33112b")Accessibility — WCAG contrast
Aa
#33112b on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33112b on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow15.7%
Key (black)80.0%
Color previews
#33112b text on a black background
contrast 1.26:1
Card sample
#33112b text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33112b;
Background color
Panel with #33112b background
background-color: #33112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33112b; background: linear-gradient(135deg, #33112b, #331114);