#af50f1
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 80, 241
HSL
275°, 85%, 63%
CMYK
27, 67, 0, 6
Luminance
0.2120
Every format
| HEX | #af50f1 |
| RGB | rgb(175, 80, 241) |
| HSL | hsl(275, 85%, 63%) |
| CMYK | cmyk(27%, 67%, 0%, 6%) |
| LAB | lab(53.2 65.0 -65.2) |
| LCH | lch(53.2 92.1 314.9) |
| OKLCH | oklch(0.625 0.234 308.1) |
Copy-ready code
/* CSS */
color: #af50f1;
background-color: #af50f1;
/* Tailwind (arbitrary) */
class="text-[#af50f1] bg-[#af50f1]"
/* SCSS */
$brand: #af50f1;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.945)
/* Android */
Color.parseColor("#af50f1")Accessibility — WCAG contrast
Aa
#af50f1 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af50f1 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta66.8%
Yellow0.0%
Key (black)5.5%
Color previews
#af50f1 text on a black background
contrast 5.24:1
Card sample
#af50f1 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af50f1;
Background color
Panel with #af50f1 background
background-color: #af50f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af50f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af50f1; background: linear-gradient(135deg, #af50f1, #F150C8);