#7f2dce
a balanced, vivid violet · warm · closest name: indigo
RGB
127, 45, 206
HSL
271°, 64%, 49%
CMYK
38, 78, 0, 19
Luminance
0.1085
Every format
| HEX | #7f2dce |
| RGB | rgb(127, 45, 206) |
| HSL | hsl(271, 64%, 49%) |
| CMYK | cmyk(38%, 78%, 0%, 19%) |
| LAB | lab(39.3 63.0 -68.0) |
| LCH | lch(39.3 92.7 312.8) |
| OKLCH | oklch(0.506 0.228 301.5) |
Copy-ready code
/* CSS */
color: #7f2dce;
background-color: #7f2dce;
/* Tailwind (arbitrary) */
class="text-[#7f2dce] bg-[#7f2dce]"
/* SCSS */
$brand: #7f2dce;
/* SwiftUI */
Color(red: 0.498, green: 0.176, blue: 0.808)
/* Android */
Color.parseColor("#7f2dce")Accessibility — WCAG contrast
Aa
#7f2dce on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2dce on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.6%
Blue80.8%
CMYK percentages
Cyan38.3%
Magenta78.2%
Yellow0.0%
Key (black)19.2%
Color previews
#7f2dce text on a black background
contrast 3.17:1
Card sample
#7f2dce text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2dce;
Background color
Panel with #7f2dce background
background-color: #7f2dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 45, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 45, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2dce; background: linear-gradient(135deg, #7f2dce, #CE2DB1);