#7f2dac
a dark, vivid violet · warm · closest name: indigo
RGB
127, 45, 172
HSL
279°, 59%, 43%
CMYK
26, 74, 0, 33
Luminance
0.0937
Every format
| HEX | #7f2dac |
| RGB | rgb(127, 45, 172) |
| HSL | hsl(279, 59%, 43%) |
| CMYK | cmyk(26%, 74%, 0%, 33%) |
| LAB | lab(36.7 55.4 -52.3) |
| LCH | lch(36.7 76.2 316.6) |
| OKLCH | oklch(0.479 0.195 310.5) |
Copy-ready code
/* CSS */
color: #7f2dac;
background-color: #7f2dac;
/* Tailwind (arbitrary) */
class="text-[#7f2dac] bg-[#7f2dac]"
/* SCSS */
$brand: #7f2dac;
/* SwiftUI */
Color(red: 0.498, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#7f2dac")Accessibility — WCAG contrast
Aa
#7f2dac on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f2dac on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.6%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta73.8%
Yellow0.0%
Key (black)32.5%
Color previews
#7f2dac text on a black background
contrast 2.87:1
Card sample
#7f2dac text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2dac;
Background color
Panel with #7f2dac background
background-color: #7f2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2dac; background: linear-gradient(135deg, #7f2dac, #AC2D84);