#632542
a dark, vivid magenta / pink · warm · closest name: black
RGB
99, 37, 66
HSL
332°, 46%, 27%
CMYK
0, 63, 33, 61
Luminance
0.0437
Every format
| HEX | #632542 |
| RGB | rgb(99, 37, 66) |
| HSL | hsl(332, 46%, 27%) |
| CMYK | cmyk(0%, 63%, 33%, 61%) |
| LAB | lab(24.9 31.4 -4.1) |
| LCH | lch(24.9 31.6 352.6) |
| OKLCH | oklch(0.365 0.096 353.7) |
Copy-ready code
/* CSS */
color: #632542;
background-color: #632542;
/* Tailwind (arbitrary) */
class="text-[#632542] bg-[#632542]"
/* SCSS */
$brand: #632542;
/* SwiftUI */
Color(red: 0.388, green: 0.145, blue: 0.259)
/* Android */
Color.parseColor("#632542")Accessibility — WCAG contrast
Aa
#632542 on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632542 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green14.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow33.3%
Key (black)61.2%
Color previews
#632542 text on a black background
contrast 1.87:1
Card sample
#632542 text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632542;
Background color
Panel with #632542 background
background-color: #632542;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632542;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 37, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 37, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632542; background: linear-gradient(135deg, #632542, #633125);