#72008f
a dark, electric violet · warm · closest name: indigo
RGB
114, 0, 143
HSL
288°, 100%, 28%
CMYK
20, 100, 0, 44
Luminance
0.0556
Every format
| HEX | #72008f |
| RGB | rgb(114, 0, 143) |
| HSL | hsl(288, 100%, 28%) |
| CMYK | cmyk(20%, 100%, 0%, 44%) |
| LAB | lab(28.3 59.3 -48.4) |
| LCH | lch(28.3 76.5 320.7) |
| OKLCH | oklch(0.409 0.200 316.7) |
Copy-ready code
/* CSS */
color: #72008f;
background-color: #72008f;
/* Tailwind (arbitrary) */
class="text-[#72008f] bg-[#72008f]"
/* SCSS */
$brand: #72008f;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#72008f")Accessibility — WCAG contrast
Aa
#72008f on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72008f on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue56.1%
CMYK percentages
Cyan20.3%
Magenta100.0%
Yellow0.0%
Key (black)43.9%
Color previews
#72008f text on a black background
contrast 2.11:1
Card sample
#72008f text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72008f;
Background color
Panel with #72008f background
background-color: #72008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72008f; background: linear-gradient(135deg, #72008f, #8F004D);