#33232c
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 35, 44
HSL
326°, 19%, 17%
CMYK
0, 31, 14, 80
Luminance
0.0209
Every format
| HEX | #33232c |
| RGB | rgb(51, 35, 44) |
| HSL | hsl(326, 19%, 17%) |
| CMYK | cmyk(0%, 31%, 14%, 80%) |
| LAB | lab(15.9 9.4 -3.0) |
| LCH | lch(15.9 9.9 342.6) |
| OKLCH | oklch(0.279 0.029 344.3) |
Copy-ready code
/* CSS */
color: #33232c;
background-color: #33232c;
/* Tailwind (arbitrary) */
class="text-[#33232c] bg-[#33232c]"
/* SCSS */
$brand: #33232c;
/* SwiftUI */
Color(red: 0.200, green: 0.137, blue: 0.173)
/* Android */
Color.parseColor("#33232c")Accessibility — WCAG contrast
Aa
#33232c on white: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33232c on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow13.7%
Key (black)80.0%
Color previews
#33232c text on a black background
contrast 1.42:1
Card sample
#33232c text on a white background
contrast 14.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33232c;
Background color
Panel with #33232c background
background-color: #33232c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33232c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 35, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 35, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33232c; background: linear-gradient(135deg, #33232c, #332523);