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