#630121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
99, 1, 33
HSL
340°, 98%, 20%
CMYK
0, 99, 67, 61
Luminance
0.0278
Every format
| HEX | #630121 |
| RGB | rgb(99, 1, 33) |
| HSL | hsl(340, 98%, 20%) |
| CMYK | cmyk(0%, 99%, 67%, 61%) |
| LAB | lab(19.2 41.0 10.7) |
| LCH | lch(19.2 42.4 14.7) |
| OKLCH | oklch(0.319 0.127 11.9) |
Copy-ready code
/* CSS */
color: #630121;
background-color: #630121;
/* Tailwind (arbitrary) */
class="text-[#630121] bg-[#630121]"
/* SCSS */
$brand: #630121;
/* SwiftUI */
Color(red: 0.388, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#630121")Accessibility — WCAG contrast
Aa
#630121 on white: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#630121 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow66.7%
Key (black)61.2%
Color previews
#630121 text on a black background
contrast 1.56:1
Card sample
#630121 text on a white background
contrast 13.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #630121;
Background color
Panel with #630121 background
background-color: #630121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #630121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #630121; background: linear-gradient(135deg, #630121, #632201);