#7f29af
a dark, vivid violet · warm · closest name: indigo
RGB
127, 41, 175
HSL
279°, 62%, 42%
CMYK
27, 77, 0, 31
Luminance
0.0919
Every format
| HEX | #7f29af |
| RGB | rgb(127, 41, 175) |
| HSL | hsl(279, 62%, 42%) |
| CMYK | cmyk(27%, 77%, 0%, 31%) |
| LAB | lab(36.4 57.6 -54.6) |
| LCH | lch(36.4 79.4 316.5) |
| OKLCH | oklch(0.477 0.202 309.9) |
Copy-ready code
/* CSS */
color: #7f29af;
background-color: #7f29af;
/* Tailwind (arbitrary) */
class="text-[#7f29af] bg-[#7f29af]"
/* SCSS */
$brand: #7f29af;
/* SwiftUI */
Color(red: 0.498, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#7f29af")Accessibility — WCAG contrast
Aa
#7f29af on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f29af on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green16.1%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta76.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7f29af text on a black background
contrast 2.84:1
Card sample
#7f29af text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f29af;
Background color
Panel with #7f29af background
background-color: #7f29af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f29af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f29af; background: linear-gradient(135deg, #7f29af, #AF2986);