#ab55fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 85, 253
HSL
271°, 98%, 66%
CMYK
32, 66, 0, 1
Luminance
0.2225
Every format
| HEX | #ab55fd |
| RGB | rgb(171, 85, 253) |
| HSL | hsl(271, 98%, 66%) |
| CMYK | cmyk(32%, 66%, 0%, 1%) |
| LAB | lab(54.3 64.6 -70.1) |
| LCH | lch(54.3 95.3 312.7) |
| OKLCH | oklch(0.634 0.239 303.7) |
Copy-ready code
/* CSS */
color: #ab55fd;
background-color: #ab55fd;
/* Tailwind (arbitrary) */
class="text-[#ab55fd] bg-[#ab55fd]"
/* SCSS */
$brand: #ab55fd;
/* SwiftUI */
Color(red: 0.671, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#ab55fd")Accessibility — WCAG contrast
Aa
#ab55fd on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab55fd on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green33.3%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ab55fd text on a black background
contrast 5.45:1
Card sample
#ab55fd text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab55fd;
Background color
Panel with #ab55fd background
background-color: #ab55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab55fd; background: linear-gradient(135deg, #ab55fd, #FD55DF);