#130521
a deep, vivid violet · warm · closest name: black
RGB
19, 5, 33
HSL
270°, 74%, 8%
CMYK
42, 85, 0, 87
Luminance
0.0036
Every format
| HEX | #130521 |
| RGB | rgb(19, 5, 33) |
| HSL | hsl(270, 74%, 8%) |
| CMYK | cmyk(42%, 85%, 0%, 87%) |
| LAB | lab(3.2 10.6 -14.5) |
| LCH | lch(3.2 18.0 306.0) |
| OKLCH | oklch(0.160 0.059 304.3) |
Copy-ready code
/* CSS */
color: #130521;
background-color: #130521;
/* Tailwind (arbitrary) */
class="text-[#130521] bg-[#130521]"
/* SCSS */
$brand: #130521;
/* SwiftUI */
Color(red: 0.075, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#130521")Accessibility — WCAG contrast
Aa
#130521 on white: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130521 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.0%
Blue12.9%
CMYK percentages
Cyan42.4%
Magenta84.8%
Yellow0.0%
Key (black)87.1%
Color previews
#130521 text on a black background
contrast 1.07:1
Card sample
#130521 text on a white background
contrast 19.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130521;
Background color
Panel with #130521 background
background-color: #130521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130521; background: linear-gradient(135deg, #130521, #21051D);