#632539
a dark, vivid magenta / pink · warm · closest name: black
RGB
99, 37, 57
HSL
341°, 46%, 27%
CMYK
0, 63, 42, 61
Luminance
0.0427
Every format
| HEX | #632539 |
| RGB | rgb(99, 37, 57) |
| HSL | hsl(341, 46%, 27%) |
| CMYK | cmyk(0%, 63%, 42%, 61%) |
| LAB | lab(24.6 30.2 1.5) |
| LCH | lch(24.6 30.2 2.9) |
| OKLCH | oklch(0.361 0.092 2.7) |
Copy-ready code
/* CSS */
color: #632539;
background-color: #632539;
/* Tailwind (arbitrary) */
class="text-[#632539] bg-[#632539]"
/* SCSS */
$brand: #632539;
/* SwiftUI */
Color(red: 0.388, green: 0.145, blue: 0.224)
/* Android */
Color.parseColor("#632539")Accessibility — WCAG contrast
Aa
#632539 on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#632539 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green14.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow42.4%
Key (black)61.2%
Color previews
#632539 text on a black background
contrast 1.85:1
Card sample
#632539 text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #632539;
Background color
Panel with #632539 background
background-color: #632539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #632539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 37, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 37, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #632539; background: linear-gradient(135deg, #632539, #633A25);