#632158
a dark, vivid magenta / pink · warm · closest name: purple
RGB
99, 33, 88
HSL
310°, 50%, 26%
CMYK
0, 67, 11, 61
Luminance
0.0444
Every format
| HEX | #632158 |
| RGB | rgb(99, 33, 88) |
| HSL | hsl(310, 50%, 26%) |
| CMYK | cmyk(0%, 67%, 11%, 61%) |
| LAB | lab(25.1 36.9 -18.5) |
| LCH | lch(25.1 41.2 333.4) |
| OKLCH | oklch(0.370 0.118 334.9) |
Copy-ready code
/* CSS */
color: #632158;
background-color: #632158;
/* Tailwind (arbitrary) */
class="text-[#632158] bg-[#632158]"
/* SCSS */
$brand: #632158;
/* SwiftUI */
Color(red: 0.388, green: 0.129, blue: 0.345)
/* Android */
Color.parseColor("#632158")Accessibility — WCAG contrast
Aa
#632158 on white: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632158 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green12.9%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow11.1%
Key (black)61.2%
Color previews
#632158 text on a black background
contrast 1.89:1
Card sample
#632158 text on a white background
contrast 11.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632158;
Background color
Panel with #632158 background
background-color: #632158;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632158;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 33, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 33, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632158; background: linear-gradient(135deg, #632158, #63212C);