#ab6cef
a light, electric violet · warm · closest name: slateblue
RGB
171, 108, 239
HSL
269°, 80%, 68%
CMYK
29, 55, 0, 6
Luminance
0.2562
Every format
| HEX | #ab6cef |
| RGB | rgb(171, 108, 239) |
| HSL | hsl(269, 80%, 68%) |
| CMYK | cmyk(29%, 55%, 0%, 6%) |
| LAB | lab(57.7 49.9 -56.9) |
| LCH | lch(57.7 75.7 311.3) |
| OKLCH | oklch(0.656 0.193 303.7) |
Copy-ready code
/* CSS */
color: #ab6cef;
background-color: #ab6cef;
/* Tailwind (arbitrary) */
class="text-[#ab6cef] bg-[#ab6cef]"
/* SCSS */
$brand: #ab6cef;
/* SwiftUI */
Color(red: 0.671, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#ab6cef")Accessibility — WCAG contrast
Aa
#ab6cef on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6cef on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green42.4%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ab6cef text on a black background
contrast 6.12:1
Card sample
#ab6cef text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6cef;
Background color
Panel with #ab6cef background
background-color: #ab6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6cef; background: linear-gradient(135deg, #ab6cef, #EF6CDC);