#7f2ba9
a dark, vivid violet · warm · closest name: indigo
RGB
127, 43, 169
HSL
280°, 59%, 42%
CMYK
25, 75, 0, 34
Luminance
0.0910
Every format
| HEX | #7f2ba9 |
| RGB | rgb(127, 43, 169) |
| HSL | hsl(280, 59%, 42%) |
| CMYK | cmyk(25%, 75%, 0%, 34%) |
| LAB | lab(36.2 55.5 -51.3) |
| LCH | lch(36.2 75.6 317.3) |
| OKLCH | oklch(0.475 0.194 311.6) |
Copy-ready code
/* CSS */
color: #7f2ba9;
background-color: #7f2ba9;
/* Tailwind (arbitrary) */
class="text-[#7f2ba9] bg-[#7f2ba9]"
/* SCSS */
$brand: #7f2ba9;
/* SwiftUI */
Color(red: 0.498, green: 0.169, blue: 0.663)
/* Android */
Color.parseColor("#7f2ba9")Accessibility — WCAG contrast
Aa
#7f2ba9 on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f2ba9 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green16.9%
Blue66.3%
CMYK percentages
Cyan24.9%
Magenta74.6%
Yellow0.0%
Key (black)33.7%
Color previews
#7f2ba9 text on a black background
contrast 2.82:1
Card sample
#7f2ba9 text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2ba9;
Background color
Panel with #7f2ba9 background
background-color: #7f2ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 43, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 43, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2ba9; background: linear-gradient(135deg, #7f2ba9, #A92B7F);