#af50ee
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 80, 238
HSL
276°, 82%, 62%
CMYK
27, 66, 0, 7
Luminance
0.2102
Every format
| HEX | #af50ee |
| RGB | rgb(175, 80, 238) |
| HSL | hsl(276, 82%, 62%) |
| CMYK | cmyk(27%, 66%, 0%, 7%) |
| LAB | lab(53.0 64.4 -63.8) |
| LCH | lch(53.0 90.6 315.3) |
| OKLCH | oklch(0.623 0.231 308.7) |
Copy-ready code
/* CSS */
color: #af50ee;
background-color: #af50ee;
/* Tailwind (arbitrary) */
class="text-[#af50ee] bg-[#af50ee]"
/* SCSS */
$brand: #af50ee;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.933)
/* Android */
Color.parseColor("#af50ee")Accessibility — WCAG contrast
Aa
#af50ee on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af50ee on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta66.4%
Yellow0.0%
Key (black)6.7%
Color previews
#af50ee text on a black background
contrast 5.20:1
Card sample
#af50ee text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af50ee;
Background color
Panel with #af50ee background
background-color: #af50ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af50ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af50ee; background: linear-gradient(135deg, #af50ee, #EE50C4);