#721093
a dark, electric violet · warm · closest name: indigo
RGB
114, 16, 147
HSL
285°, 80%, 32%
CMYK
22, 89, 0, 42
Luminance
0.0605
Every format
| HEX | #721093 |
| RGB | rgb(114, 16, 147) |
| HSL | hsl(285, 80%, 32%) |
| CMYK | cmyk(22%, 89%, 0%, 42%) |
| LAB | lab(29.6 57.2 -48.8) |
| LCH | lch(29.6 75.2 319.5) |
| OKLCH | oklch(0.419 0.195 314.8) |
Copy-ready code
/* CSS */
color: #721093;
background-color: #721093;
/* Tailwind (arbitrary) */
class="text-[#721093] bg-[#721093]"
/* SCSS */
$brand: #721093;
/* SwiftUI */
Color(red: 0.447, green: 0.063, blue: 0.576)
/* Android */
Color.parseColor("#721093")Accessibility — WCAG contrast
Aa
#721093 on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721093 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green6.3%
Blue57.6%
CMYK percentages
Cyan22.4%
Magenta89.1%
Yellow0.0%
Key (black)42.4%
Color previews
#721093 text on a black background
contrast 2.21:1
Card sample
#721093 text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721093;
Background color
Panel with #721093 background
background-color: #721093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 16, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 16, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721093; background: linear-gradient(135deg, #721093, #93105D);