#7f28cf
a balanced, vivid violet · warm · closest name: indigo
RGB
127, 40, 207
HSL
271°, 68%, 48%
CMYK
39, 81, 0, 19
Luminance
0.1053
Every format
| HEX | #7f28cf |
| RGB | rgb(127, 40, 207) |
| HSL | hsl(271, 68%, 48%) |
| CMYK | cmyk(39%, 81%, 0%, 19%) |
| LAB | lab(38.8 65.0 -69.5) |
| LCH | lch(38.8 95.2 313.1) |
| OKLCH | oklch(0.502 0.233 301.7) |
Copy-ready code
/* CSS */
color: #7f28cf;
background-color: #7f28cf;
/* Tailwind (arbitrary) */
class="text-[#7f28cf] bg-[#7f28cf]"
/* SCSS */
$brand: #7f28cf;
/* SwiftUI */
Color(red: 0.498, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#7f28cf")Accessibility — WCAG contrast
Aa
#7f28cf on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f28cf on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green15.7%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7f28cf text on a black background
contrast 3.11:1
Card sample
#7f28cf text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f28cf;
Background color
Panel with #7f28cf background
background-color: #7f28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f28cf; background: linear-gradient(135deg, #7f28cf, #CF28AF);