#af68fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 104, 254
HSL
268°, 99%, 70%
CMYK
31, 59, 0, 0
Luminance
0.2617
Every format
| HEX | #af68fe |
| RGB | rgb(175, 104, 254) |
| HSL | hsl(268, 99%, 70%) |
| CMYK | cmyk(31%, 59%, 0%, 0%) |
| LAB | lab(58.2 56.5 -64.3) |
| LCH | lch(58.2 85.6 311.3) |
| OKLCH | oklch(0.664 0.216 302.7) |
Copy-ready code
/* CSS */
color: #af68fe;
background-color: #af68fe;
/* Tailwind (arbitrary) */
class="text-[#af68fe] bg-[#af68fe]"
/* SCSS */
$brand: #af68fe;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.996)
/* Android */
Color.parseColor("#af68fe")Accessibility — WCAG contrast
Aa
#af68fe on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af68fe on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta59.1%
Yellow0.0%
Key (black)0.4%
Color previews
#af68fe text on a black background
contrast 6.23:1
Card sample
#af68fe text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af68fe;
Background color
Panel with #af68fe background
background-color: #af68fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af68fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af68fe; background: linear-gradient(135deg, #af68fe, #FE68E9);