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