#ab89eb
a light, vivid violet · warm · closest name: slateblue
RGB
171, 137, 235
HSL
261°, 71%, 73%
CMYK
27, 42, 0, 8
Luminance
0.3255
Every format
| HEX | #ab89eb |
| RGB | rgb(171, 137, 235) |
| HSL | hsl(261, 71%, 73%) |
| CMYK | cmyk(27%, 42%, 0%, 8%) |
| LAB | lab(63.8 33.0 -44.9) |
| LCH | lch(63.8 55.8 306.3) |
| OKLCH | oklch(0.701 0.143 298.6) |
Copy-ready code
/* CSS */
color: #ab89eb;
background-color: #ab89eb;
/* Tailwind (arbitrary) */
class="text-[#ab89eb] bg-[#ab89eb]"
/* SCSS */
$brand: #ab89eb;
/* SwiftUI */
Color(red: 0.671, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#ab89eb")Accessibility — WCAG contrast
Aa
#ab89eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab89eb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.7%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ab89eb text on a black background
contrast 7.51:1
Card sample
#ab89eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab89eb;
Background color
Panel with #ab89eb background
background-color: #ab89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab89eb; background: linear-gradient(135deg, #ab89eb, #EB89EA);