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