#33141f
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 20, 31
HSL
339°, 44%, 14%
CMYK
0, 61, 39, 80
Luminance
0.0130
Every format
| HEX | #33141f |
| RGB | rgb(51, 20, 31) |
| HSL | hsl(339, 44%, 14%) |
| CMYK | cmyk(0%, 61%, 39%, 80%) |
| LAB | lab(11.3 17.1 -0.3) |
| LCH | lch(11.3 17.1 358.9) |
| OKLCH | oklch(0.242 0.052 359.3) |
Copy-ready code
/* CSS */
color: #33141f;
background-color: #33141f;
/* Tailwind (arbitrary) */
class="text-[#33141f] bg-[#33141f]"
/* SCSS */
$brand: #33141f;
/* SwiftUI */
Color(red: 0.200, green: 0.078, blue: 0.122)
/* Android */
Color.parseColor("#33141f")Accessibility — WCAG contrast
Aa
#33141f on white: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33141f on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow39.2%
Key (black)80.0%
Color previews
#33141f text on a black background
contrast 1.26:1
Card sample
#33141f text on a white background
contrast 16.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33141f;
Background color
Panel with #33141f background
background-color: #33141f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33141f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 20, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 20, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33141f; background: linear-gradient(135deg, #33141f, #331E14);