#ab55ff
a light, electric violet · warm · closest name: slateblue
RGB
171, 85, 255
HSL
270°, 100%, 67%
CMYK
33, 67, 0, 0
Luminance
0.2237
Every format
| HEX | #ab55ff |
| RGB | rgb(171, 85, 255) |
| HSL | hsl(270, 100%, 67%) |
| CMYK | cmyk(33%, 67%, 0%, 0%) |
| LAB | lab(54.4 65.1 -71.0) |
| LCH | lch(54.4 96.3 312.5) |
| OKLCH | oklch(0.636 0.241 303.3) |
Copy-ready code
/* CSS */
color: #ab55ff;
background-color: #ab55ff;
/* Tailwind (arbitrary) */
class="text-[#ab55ff] bg-[#ab55ff]"
/* SCSS */
$brand: #ab55ff;
/* SwiftUI */
Color(red: 0.671, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#ab55ff")Accessibility — WCAG contrast
Aa
#ab55ff on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab55ff on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green33.3%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ab55ff text on a black background
contrast 5.47:1
Card sample
#ab55ff text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab55ff;
Background color
Panel with #ab55ff background
background-color: #ab55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab55ff; background: linear-gradient(135deg, #ab55ff, #FF55E2);