#7300af
a dark, electric violet · warm · closest name: indigo
RGB
115, 0, 175
HSL
279°, 100%, 34%
CMYK
34, 100, 0, 31
Luminance
0.0674
Every format
| HEX | #7300af |
| RGB | rgb(115, 0, 175) |
| HSL | hsl(279, 100%, 34%) |
| CMYK | cmyk(34%, 100%, 0%, 31%) |
| LAB | lab(31.2 65.5 -63.1) |
| LCH | lch(31.2 91.0 316.1) |
| OKLCH | oklch(0.438 0.225 306.9) |
Copy-ready code
/* CSS */
color: #7300af;
background-color: #7300af;
/* Tailwind (arbitrary) */
class="text-[#7300af] bg-[#7300af]"
/* SCSS */
$brand: #7300af;
/* SwiftUI */
Color(red: 0.451, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#7300af")Accessibility — WCAG contrast
Aa
#7300af on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7300af on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green0.0%
Blue68.6%
CMYK percentages
Cyan34.3%
Magenta100.0%
Yellow0.0%
Key (black)31.4%
Color previews
#7300af text on a black background
contrast 2.35:1
Card sample
#7300af text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7300af;
Background color
Panel with #7300af background
background-color: #7300af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7300af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7300af; background: linear-gradient(135deg, #7300af, #AF0076);