#7f2acb
a balanced, vivid violet · warm · closest name: indigo
RGB
127, 42, 203
HSL
272°, 66%, 48%
CMYK
37, 79, 0, 20
Luminance
0.1048
Every format
| HEX | #7f2acb |
| RGB | rgb(127, 42, 203) |
| HSL | hsl(272, 66%, 48%) |
| CMYK | cmyk(37%, 79%, 0%, 20%) |
| LAB | lab(38.7 63.4 -67.3) |
| LCH | lch(38.7 92.5 313.3) |
| OKLCH | oklch(0.500 0.228 302.4) |
Copy-ready code
/* CSS */
color: #7f2acb;
background-color: #7f2acb;
/* Tailwind (arbitrary) */
class="text-[#7f2acb] bg-[#7f2acb]"
/* SCSS */
$brand: #7f2acb;
/* SwiftUI */
Color(red: 0.498, green: 0.165, blue: 0.796)
/* Android */
Color.parseColor("#7f2acb")Accessibility — WCAG contrast
Aa
#7f2acb on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2acb on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green16.5%
Blue79.6%
CMYK percentages
Cyan37.4%
Magenta79.3%
Yellow0.0%
Key (black)20.4%
Color previews
#7f2acb text on a black background
contrast 3.10:1
Card sample
#7f2acb text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2acb;
Background color
Panel with #7f2acb background
background-color: #7f2acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 42, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 42, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2acb; background: linear-gradient(135deg, #7f2acb, #CB2AAB);