#7e09af
a dark, electric violet · warm · closest name: indigo
RGB
126, 9, 175
HSL
282°, 90%, 36%
CMYK
28, 95, 0, 31
Luminance
0.0773
Every format
| HEX | #7e09af |
| RGB | rgb(126, 9, 175) |
| HSL | hsl(282, 90%, 36%) |
| CMYK | cmyk(28%, 95%, 0%, 31%) |
| LAB | lab(33.4 65.6 -59.4) |
| LCH | lch(33.4 88.5 317.8) |
| OKLCH | oklch(0.456 0.224 311.1) |
Copy-ready code
/* CSS */
color: #7e09af;
background-color: #7e09af;
/* Tailwind (arbitrary) */
class="text-[#7e09af] bg-[#7e09af]"
/* SCSS */
$brand: #7e09af;
/* SwiftUI */
Color(red: 0.494, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#7e09af")Accessibility — WCAG contrast
Aa
#7e09af on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e09af on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green3.5%
Blue68.6%
CMYK percentages
Cyan28.0%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7e09af text on a black background
contrast 2.55:1
Card sample
#7e09af text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e09af;
Background color
Panel with #7e09af background
background-color: #7e09af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e09af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e09af; background: linear-gradient(135deg, #7e09af, #AF0971);