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