#af6aef
a light, electric violet · warm · closest name: slateblue
RGB
175, 106, 239
HSL
271°, 81%, 68%
CMYK
27, 56, 0, 6
Luminance
0.2565
Every format
| HEX | #af6aef |
| RGB | rgb(175, 106, 239) |
| HSL | hsl(271, 81%, 68%) |
| CMYK | cmyk(27%, 56%, 0%, 6%) |
| LAB | lab(57.7 52.0 -56.8) |
| LCH | lch(57.7 77.0 312.5) |
| OKLCH | oklch(0.657 0.197 305.6) |
Copy-ready code
/* CSS */
color: #af6aef;
background-color: #af6aef;
/* Tailwind (arbitrary) */
class="text-[#af6aef] bg-[#af6aef]"
/* SCSS */
$brand: #af6aef;
/* SwiftUI */
Color(red: 0.686, green: 0.416, blue: 0.937)
/* Android */
Color.parseColor("#af6aef")Accessibility — WCAG contrast
Aa
#af6aef on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6aef on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.6%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta55.6%
Yellow0.0%
Key (black)6.3%
Color previews
#af6aef text on a black background
contrast 6.13:1
Card sample
#af6aef text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6aef;
Background color
Panel with #af6aef background
background-color: #af6aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 106, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 106, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6aef; background: linear-gradient(135deg, #af6aef, #EF6AD6);