#ab7cef
a light, electric violet · warm · closest name: slateblue
RGB
171, 124, 239
HSL
265°, 78%, 71%
CMYK
29, 48, 0, 6
Luminance
0.2931
Every format
| HEX | #ab7cef |
| RGB | rgb(171, 124, 239) |
| HSL | hsl(265, 78%, 71%) |
| CMYK | cmyk(29%, 48%, 0%, 6%) |
| LAB | lab(61.0 41.3 -51.5) |
| LCH | lch(61.0 66.0 308.7) |
| OKLCH | oklch(0.681 0.169 300.9) |
Copy-ready code
/* CSS */
color: #ab7cef;
background-color: #ab7cef;
/* Tailwind (arbitrary) */
class="text-[#ab7cef] bg-[#ab7cef]"
/* SCSS */
$brand: #ab7cef;
/* SwiftUI */
Color(red: 0.671, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#ab7cef")Accessibility — WCAG contrast
Aa
#ab7cef on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7cef on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green48.6%
Blue93.7%
CMYK percentages
Cyan28.5%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ab7cef text on a black background
contrast 6.86:1
Card sample
#ab7cef text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7cef;
Background color
Panel with #ab7cef background
background-color: #ab7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7cef; background: linear-gradient(135deg, #ab7cef, #EF7CE6);