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