#332233
a deep, soft magenta / pink · warm · closest name: black
RGB
51, 34, 51
HSL
300°, 20%, 17%
CMYK
0, 33, 0, 80
Luminance
0.0209
Every format
| HEX | #332233 |
| RGB | rgb(51, 34, 51) |
| HSL | hsl(300, 20%, 17%) |
| CMYK | cmyk(0%, 33%, 0%, 80%) |
| LAB | lab(15.9 11.7 -7.9) |
| LCH | lch(15.9 14.2 326.0) |
| OKLCH | oklch(0.280 0.039 326.6) |
Copy-ready code
/* CSS */
color: #332233;
background-color: #332233;
/* Tailwind (arbitrary) */
class="text-[#332233] bg-[#332233]"
/* SCSS */
$brand: #332233;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#332233")Accessibility — WCAG contrast
Aa
#332233 on white: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332233 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow0.0%
Key (black)80.0%
Color previews
#332233 text on a black background
contrast 1.42:1
Card sample
#332233 text on a white background
contrast 14.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332233;
Background color
Panel with #332233 background
background-color: #332233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332233; background: linear-gradient(135deg, #332233, #332228);