#af76ec
a light, electric violet · warm · closest name: slateblue
RGB
175, 118, 236
HSL
269°, 76%, 69%
CMYK
26, 50, 0, 8
Luminance
0.2813
Every format
| HEX | #af76ec |
| RGB | rgb(175, 118, 236) |
| HSL | hsl(269, 76%, 69%) |
| CMYK | cmyk(26%, 50%, 0%, 8%) |
| LAB | lab(60.0 44.9 -51.4) |
| LCH | lch(60.0 68.3 311.1) |
| OKLCH | oklch(0.674 0.175 304.4) |
Copy-ready code
/* CSS */
color: #af76ec;
background-color: #af76ec;
/* Tailwind (arbitrary) */
class="text-[#af76ec] bg-[#af76ec]"
/* SCSS */
$brand: #af76ec;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.925)
/* Android */
Color.parseColor("#af76ec")Accessibility — WCAG contrast
Aa
#af76ec on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af76ec on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta50.0%
Yellow0.0%
Key (black)7.5%
Color previews
#af76ec text on a black background
contrast 6.63:1
Card sample
#af76ec text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af76ec;
Background color
Panel with #af76ec background
background-color: #af76ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af76ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af76ec; background: linear-gradient(135deg, #af76ec, #EC76DA);