#af73ec
a light, electric violet · warm · closest name: slateblue
RGB
175, 115, 236
HSL
270°, 76%, 69%
CMYK
26, 51, 0, 8
Luminance
0.2743
Every format
| HEX | #af73ec |
| RGB | rgb(175, 115, 236) |
| HSL | hsl(270, 76%, 69%) |
| CMYK | cmyk(26%, 51%, 0%, 8%) |
| LAB | lab(59.4 46.5 -52.4) |
| LCH | lch(59.4 70.1 311.6) |
| OKLCH | oklch(0.669 0.180 304.9) |
Copy-ready code
/* CSS */
color: #af73ec;
background-color: #af73ec;
/* Tailwind (arbitrary) */
class="text-[#af73ec] bg-[#af73ec]"
/* SCSS */
$brand: #af73ec;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.925)
/* Android */
Color.parseColor("#af73ec")Accessibility — WCAG contrast
Aa
#af73ec on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73ec on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta51.3%
Yellow0.0%
Key (black)7.5%
Color previews
#af73ec text on a black background
contrast 6.49:1
Card sample
#af73ec text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73ec;
Background color
Panel with #af73ec background
background-color: #af73ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73ec; background: linear-gradient(135deg, #af73ec, #EC73D8);