#ab89ee
a light, vivid violet · warm · closest name: slateblue
RGB
171, 137, 238
HSL
260°, 75%, 74%
CMYK
28, 42, 0, 7
Luminance
0.3272
Every format
| HEX | #ab89ee |
| RGB | rgb(171, 137, 238) |
| HSL | hsl(260, 75%, 74%) |
| CMYK | cmyk(28%, 42%, 0%, 7%) |
| LAB | lab(63.9 33.8 -46.4) |
| LCH | lch(63.9 57.3 306.1) |
| OKLCH | oklch(0.703 0.147 298.0) |
Copy-ready code
/* CSS */
color: #ab89ee;
background-color: #ab89ee;
/* Tailwind (arbitrary) */
class="text-[#ab89ee] bg-[#ab89ee]"
/* SCSS */
$brand: #ab89ee;
/* SwiftUI */
Color(red: 0.671, green: 0.537, blue: 0.933)
/* Android */
Color.parseColor("#ab89ee")Accessibility — WCAG contrast
Aa
#ab89ee on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab89ee on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.7%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta42.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ab89ee text on a black background
contrast 7.54:1
Card sample
#ab89ee text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab89ee;
Background color
Panel with #ab89ee background
background-color: #ab89ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab89ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 137, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 137, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab89ee; background: linear-gradient(135deg, #ab89ee, #EE89EE);