#ab5fef
a light, electric violet · warm · closest name: slateblue
RGB
171, 95, 239
HSL
272°, 82%, 66%
CMYK
29, 60, 0, 6
Luminance
0.2307
Every format
| HEX | #ab5fef |
| RGB | rgb(171, 95, 239) |
| HSL | hsl(272, 82%, 66%) |
| CMYK | cmyk(29%, 60%, 0%, 6%) |
| LAB | lab(55.1 56.6 -60.9) |
| LCH | lch(55.1 83.2 312.9) |
| OKLCH | oklch(0.638 0.211 305.5) |
Copy-ready code
/* CSS */
color: #ab5fef;
background-color: #ab5fef;
/* Tailwind (arbitrary) */
class="text-[#ab5fef] bg-[#ab5fef]"
/* SCSS */
$brand: #ab5fef;
/* SwiftUI */
Color(red: 0.671, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#ab5fef")Accessibility — WCAG contrast
Aa
#ab5fef on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5fef on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green37.3%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ab5fef text on a black background
contrast 5.61:1
Card sample
#ab5fef text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5fef;
Background color
Panel with #ab5fef background
background-color: #ab5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5fef; background: linear-gradient(135deg, #ab5fef, #EF5FD3);