#7002ab
a dark, electric violet · warm · closest name: indigo
RGB
112, 2, 171
HSL
279°, 98%, 34%
CMYK
35, 99, 0, 33
Luminance
0.0643
Every format
| HEX | #7002ab |
| RGB | rgb(112, 2, 171) |
| HSL | hsl(279, 98%, 34%) |
| CMYK | cmyk(35%, 99%, 0%, 33%) |
| LAB | lab(30.5 64.1 -61.9) |
| LCH | lch(30.5 89.1 316.0) |
| OKLCH | oklch(0.431 0.220 306.7) |
Copy-ready code
/* CSS */
color: #7002ab;
background-color: #7002ab;
/* Tailwind (arbitrary) */
class="text-[#7002ab] bg-[#7002ab]"
/* SCSS */
$brand: #7002ab;
/* SwiftUI */
Color(red: 0.439, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#7002ab")Accessibility — WCAG contrast
Aa
#7002ab on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7002ab on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.8%
Blue67.1%
CMYK percentages
Cyan34.5%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#7002ab text on a black background
contrast 2.29:1
Card sample
#7002ab text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7002ab;
Background color
Panel with #7002ab background
background-color: #7002ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7002ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7002ab; background: linear-gradient(135deg, #7002ab, #AB0275);