#ab93eb
a light, vivid violet · warm · closest name: plum
RGB
171, 147, 235
HSL
256°, 69%, 75%
CMYK
27, 37, 0, 8
Luminance
0.3552
Every format
| HEX | #ab93eb |
| RGB | rgb(171, 147, 235) |
| HSL | hsl(256, 69%, 75%) |
| CMYK | cmyk(27%, 37%, 0%, 8%) |
| LAB | lab(66.2 27.4 -41.2) |
| LCH | lch(66.2 49.5 303.6) |
| OKLCH | oklch(0.719 0.127 295.6) |
Copy-ready code
/* CSS */
color: #ab93eb;
background-color: #ab93eb;
/* Tailwind (arbitrary) */
class="text-[#ab93eb] bg-[#ab93eb]"
/* SCSS */
$brand: #ab93eb;
/* SwiftUI */
Color(red: 0.671, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#ab93eb")Accessibility — WCAG contrast
Aa
#ab93eb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab93eb on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green57.6%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ab93eb text on a black background
contrast 8.10:1
Card sample
#ab93eb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab93eb;
Background color
Panel with #ab93eb background
background-color: #ab93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab93eb; background: linear-gradient(135deg, #ab93eb, #E693EB);