#af6cef
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 239
HSL
271°, 80%, 68%
CMYK
27, 55, 0, 6
Luminance
0.2607
Every format
| HEX | #af6cef |
| RGB | rgb(175, 108, 239) |
| HSL | hsl(271, 80%, 68%) |
| CMYK | cmyk(27%, 55%, 0%, 6%) |
| LAB | lab(58.1 50.9 -56.1) |
| LCH | lch(58.1 75.8 312.2) |
| OKLCH | oklch(0.660 0.194 305.3) |
Copy-ready code
/* CSS */
color: #af6cef;
background-color: #af6cef;
/* Tailwind (arbitrary) */
class="text-[#af6cef] bg-[#af6cef]"
/* SCSS */
$brand: #af6cef;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#af6cef")Accessibility — WCAG contrast
Aa
#af6cef on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cef on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#af6cef text on a black background
contrast 6.21:1
Card sample
#af6cef text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cef;
Background color
Panel with #af6cef background
background-color: #af6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cef; background: linear-gradient(135deg, #af6cef, #EF6CD8);