#ab68fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 104, 253
HSL
267°, 97%, 70%
CMYK
32, 59, 0, 1
Luminance
0.2565
Every format
| HEX | #ab68fd |
| RGB | rgb(171, 104, 253) |
| HSL | hsl(267, 97%, 70%) |
| CMYK | cmyk(32%, 59%, 0%, 1%) |
| LAB | lab(57.7 55.4 -64.6) |
| LCH | lch(57.7 85.0 310.6) |
| OKLCH | oklch(0.659 0.214 301.5) |
Copy-ready code
/* CSS */
color: #ab68fd;
background-color: #ab68fd;
/* Tailwind (arbitrary) */
class="text-[#ab68fd] bg-[#ab68fd]"
/* SCSS */
$brand: #ab68fd;
/* SwiftUI */
Color(red: 0.671, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#ab68fd")Accessibility — WCAG contrast
Aa
#ab68fd on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab68fd on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green40.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ab68fd text on a black background
contrast 6.13:1
Card sample
#ab68fd text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab68fd;
Background color
Panel with #ab68fd background
background-color: #ab68fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab68fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab68fd; background: linear-gradient(135deg, #ab68fd, #FD68EC);