#442233
a deep, soft magenta / pink · warm · closest name: black
RGB
68, 34, 51
HSL
330°, 33%, 20%
CMYK
0, 50, 25, 73
Luminance
0.0261
Every format
| HEX | #442233 |
| RGB | rgb(68, 34, 51) |
| HSL | hsl(330, 33%, 20%) |
| CMYK | cmyk(0%, 50%, 25%, 73%) |
| LAB | lab(18.4 18.8 -3.9) |
| LCH | lch(18.4 19.2 348.2) |
| OKLCH | oklch(0.304 0.057 349.7) |
Copy-ready code
/* CSS */
color: #442233;
background-color: #442233;
/* Tailwind (arbitrary) */
class="text-[#442233] bg-[#442233]"
/* SCSS */
$brand: #442233;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#442233")Accessibility — WCAG contrast
Aa
#442233 on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442233 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow25.0%
Key (black)73.3%
Color previews
#442233 text on a black background
contrast 1.52:1
Card sample
#442233 text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442233;
Background color
Panel with #442233 background
background-color: #442233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442233; background: linear-gradient(135deg, #442233, #442822);