#7f2dda
a balanced, vivid violet · warm · closest name: indigo
RGB
127, 45, 218
HSL
268°, 70%, 52%
CMYK
42, 79, 0, 15
Luminance
0.1145
Every format
| HEX | #7f2dda |
| RGB | rgb(127, 45, 218) |
| HSL | hsl(268, 70%, 52%) |
| CMYK | cmyk(42%, 79%, 0%, 15%) |
| LAB | lab(40.3 65.8 -73.3) |
| LCH | lch(40.3 98.5 311.9) |
| OKLCH | oklch(0.516 0.239 298.9) |
Copy-ready code
/* CSS */
color: #7f2dda;
background-color: #7f2dda;
/* Tailwind (arbitrary) */
class="text-[#7f2dda] bg-[#7f2dda]"
/* SCSS */
$brand: #7f2dda;
/* SwiftUI */
Color(red: 0.498, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#7f2dda")Accessibility — WCAG contrast
Aa
#7f2dda on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2dda on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.6%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta79.4%
Yellow0.0%
Key (black)14.5%
Color previews
#7f2dda text on a black background
contrast 3.29:1
Card sample
#7f2dda text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2dda;
Background color
Panel with #7f2dda background
background-color: #7f2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2dda; background: linear-gradient(135deg, #7f2dda, #DA2DC2);