#33051a
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 5, 26
HSL
333°, 82%, 11%
CMYK
0, 90, 49, 80
Luminance
0.0089
Every format
| HEX | #33051a |
| RGB | rgb(51, 5, 26) |
| HSL | hsl(333, 82%, 11%) |
| CMYK | cmyk(0%, 90%, 49%, 80%) |
| LAB | lab(8.0 24.8 -1.4) |
| LCH | lch(8.0 24.8 356.9) |
| OKLCH | oklch(0.217 0.076 357.6) |
Copy-ready code
/* CSS */
color: #33051a;
background-color: #33051a;
/* Tailwind (arbitrary) */
class="text-[#33051a] bg-[#33051a]"
/* SCSS */
$brand: #33051a;
/* SwiftUI */
Color(red: 0.200, green: 0.020, blue: 0.102)
/* Android */
Color.parseColor("#33051a")Accessibility — WCAG contrast
Aa
#33051a on white: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33051a on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green2.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow49.0%
Key (black)80.0%
Color previews
#33051a text on a black background
contrast 1.18:1
Card sample
#33051a text on a white background
contrast 17.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33051a;
Background color
Panel with #33051a background
background-color: #33051a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33051a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 5, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 5, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33051a; background: linear-gradient(135deg, #33051a, #330F05);