#632142
a dark, vivid magenta / pink · warm · closest name: purple
RGB
99, 33, 66
HSL
330°, 50%, 26%
CMYK
0, 67, 33, 61
Luminance
0.0413
Every format
| HEX | #632142 |
| RGB | rgb(99, 33, 66) |
| HSL | hsl(330, 50%, 26%) |
| CMYK | cmyk(0%, 67%, 33%, 61%) |
| LAB | lab(24.1 33.4 -5.2) |
| LCH | lch(24.1 33.8 351.1) |
| OKLCH | oklch(0.359 0.102 352.5) |
Copy-ready code
/* CSS */
color: #632142;
background-color: #632142;
/* Tailwind (arbitrary) */
class="text-[#632142] bg-[#632142]"
/* SCSS */
$brand: #632142;
/* SwiftUI */
Color(red: 0.388, green: 0.129, blue: 0.259)
/* Android */
Color.parseColor("#632142")Accessibility — WCAG contrast
Aa
#632142 on white: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632142 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green12.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow33.3%
Key (black)61.2%
Color previews
#632142 text on a black background
contrast 1.83:1
Card sample
#632142 text on a white background
contrast 11.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632142;
Background color
Panel with #632142 background
background-color: #632142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 33, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 33, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632142; background: linear-gradient(135deg, #632142, #632C21);