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