#7f36af
a dark, vivid violet · warm · closest name: indigo
RGB
127, 54, 175
HSL
276°, 53%, 45%
CMYK
27, 69, 0, 31
Luminance
0.1025
Every format
| HEX | #7f36af |
| RGB | rgb(127, 54, 175) |
| HSL | hsl(276, 53%, 45%) |
| CMYK | cmyk(27%, 69%, 0%, 31%) |
| LAB | lab(38.3 52.1 -51.5) |
| LCH | lch(38.3 73.3 315.3) |
| OKLCH | oklch(0.491 0.187 308.7) |
Copy-ready code
/* CSS */
color: #7f36af;
background-color: #7f36af;
/* Tailwind (arbitrary) */
class="text-[#7f36af] bg-[#7f36af]"
/* SCSS */
$brand: #7f36af;
/* SwiftUI */
Color(red: 0.498, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#7f36af")Accessibility — WCAG contrast
Aa
#7f36af on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f36af on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green21.2%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta69.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7f36af text on a black background
contrast 3.05:1
Card sample
#7f36af text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f36af;
Background color
Panel with #7f36af background
background-color: #7f36af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f36af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f36af; background: linear-gradient(135deg, #7f36af, #AF368E);