#442236
a deep, soft magenta / pink · warm · closest name: black
RGB
68, 34, 54
HSL
325°, 33%, 20%
CMYK
0, 50, 21, 73
Luminance
0.0264
Every format
| HEX | #442236 |
| RGB | rgb(68, 34, 54) |
| HSL | hsl(325, 33%, 20%) |
| CMYK | cmyk(0%, 50%, 21%, 73%) |
| LAB | lab(18.5 19.4 -5.9) |
| LCH | lch(18.5 20.3 343.2) |
| OKLCH | oklch(0.305 0.060 345.0) |
Copy-ready code
/* CSS */
color: #442236;
background-color: #442236;
/* Tailwind (arbitrary) */
class="text-[#442236] bg-[#442236]"
/* SCSS */
$brand: #442236;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.212)
/* Android */
Color.parseColor("#442236")Accessibility — WCAG contrast
Aa
#442236 on white: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442236 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow20.6%
Key (black)73.3%
Color previews
#442236 text on a black background
contrast 1.53:1
Card sample
#442236 text on a white background
contrast 13.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442236;
Background color
Panel with #442236 background
background-color: #442236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442236; background: linear-gradient(135deg, #442236, #442522);