#ab99eb
a light, vivid blue · warm · closest name: plum
RGB
171, 153, 235
HSL
253°, 67%, 76%
CMYK
27, 35, 0, 8
Luminance
0.3744
Every format
| HEX | #ab99eb |
| RGB | rgb(171, 153, 235) |
| HSL | hsl(253, 67%, 76%) |
| CMYK | cmyk(27%, 35%, 0%, 8%) |
| LAB | lab(67.6 24.0 -38.9) |
| LCH | lch(67.6 45.7 301.6) |
| OKLCH | oklch(0.730 0.118 293.3) |
Copy-ready code
/* CSS */
color: #ab99eb;
background-color: #ab99eb;
/* Tailwind (arbitrary) */
class="text-[#ab99eb] bg-[#ab99eb]"
/* SCSS */
$brand: #ab99eb;
/* SwiftUI */
Color(red: 0.671, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#ab99eb")Accessibility — WCAG contrast
Aa
#ab99eb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab99eb on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green60.0%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ab99eb text on a black background
contrast 8.49:1
Card sample
#ab99eb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab99eb;
Background color
Panel with #ab99eb background
background-color: #ab99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab99eb; background: linear-gradient(135deg, #ab99eb, #E299EB);