#7f57ab
a balanced, soft violet · warm · closest name: slateblue
RGB
127, 87, 171
HSL
269°, 33%, 51%
CMYK
26, 49, 0, 33
Luminance
0.1427
Every format
| HEX | #7f57ab |
| RGB | rgb(127, 87, 171) |
| HSL | hsl(269, 33%, 51%) |
| CMYK | cmyk(26%, 49%, 0%, 33%) |
| LAB | lab(44.6 33.7 -39.0) |
| LCH | lch(44.6 51.5 310.8) |
| OKLCH | oklch(0.536 0.132 304.3) |
Copy-ready code
/* CSS */
color: #7f57ab;
background-color: #7f57ab;
/* Tailwind (arbitrary) */
class="text-[#7f57ab] bg-[#7f57ab]"
/* SCSS */
$brand: #7f57ab;
/* SwiftUI */
Color(red: 0.498, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#7f57ab")Accessibility — WCAG contrast
Aa
#7f57ab on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f57ab on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green34.1%
Blue67.1%
CMYK percentages
Cyan25.7%
Magenta49.1%
Yellow0.0%
Key (black)32.9%
Color previews
#7f57ab text on a black background
contrast 3.85:1
Card sample
#7f57ab text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f57ab;
Background color
Panel with #7f57ab background
background-color: #7f57ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f57ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f57ab; background: linear-gradient(135deg, #7f57ab, #AB579F);