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