#130721
a deep, vivid violet · warm · closest name: black
RGB
19, 7, 33
HSL
268°, 65%, 8%
CMYK
42, 79, 0, 87
Luminance
0.0040
Every format
| HEX | #130721 |
| RGB | rgb(19, 7, 33) |
| HSL | hsl(268, 65%, 8%) |
| CMYK | cmyk(42%, 79%, 0%, 87%) |
| LAB | lab(3.6 9.8 -13.9) |
| LCH | lch(3.6 17.0 305.0) |
| OKLCH | oklch(0.165 0.054 302.4) |
Copy-ready code
/* CSS */
color: #130721;
background-color: #130721;
/* Tailwind (arbitrary) */
class="text-[#130721] bg-[#130721]"
/* SCSS */
$brand: #130721;
/* SwiftUI */
Color(red: 0.075, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#130721")Accessibility — WCAG contrast
Aa
#130721 on white: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130721 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.7%
Blue12.9%
CMYK percentages
Cyan42.4%
Magenta78.8%
Yellow0.0%
Key (black)87.1%
Color previews
#130721 text on a black background
contrast 1.08:1
Card sample
#130721 text on a white background
contrast 19.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130721;
Background color
Panel with #130721 background
background-color: #130721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130721; background: linear-gradient(135deg, #130721, #21071E);