#ab7fec
a light, vivid violet · warm · closest name: slateblue
RGB
171, 127, 236
HSL
264°, 74%, 71%
CMYK
28, 46, 0, 8
Luminance
0.2989
Every format
| HEX | #ab7fec |
| RGB | rgb(171, 127, 236) |
| HSL | hsl(264, 74%, 71%) |
| CMYK | cmyk(28%, 46%, 0%, 8%) |
| LAB | lab(61.6 38.9 -49.0) |
| LCH | lch(61.6 62.5 308.4) |
| OKLCH | oklch(0.684 0.160 300.9) |
Copy-ready code
/* CSS */
color: #ab7fec;
background-color: #ab7fec;
/* Tailwind (arbitrary) */
class="text-[#ab7fec] bg-[#ab7fec]"
/* SCSS */
$brand: #ab7fec;
/* SwiftUI */
Color(red: 0.671, green: 0.498, blue: 0.925)
/* Android */
Color.parseColor("#ab7fec")Accessibility — WCAG contrast
Aa
#ab7fec on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7fec on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.8%
Blue92.5%
CMYK percentages
Cyan27.5%
Magenta46.2%
Yellow0.0%
Key (black)7.5%
Color previews
#ab7fec text on a black background
contrast 6.98:1
Card sample
#ab7fec text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7fec;
Background color
Panel with #ab7fec background
background-color: #ab7fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 127, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 127, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7fec; background: linear-gradient(135deg, #ab7fec, #EC7FE4);