#ab92eb
a light, vivid violet · warm · closest name: plum
RGB
171, 146, 235
HSL
257°, 69%, 75%
CMYK
27, 38, 0, 8
Luminance
0.3521
Every format
| HEX | #ab92eb |
| RGB | rgb(171, 146, 235) |
| HSL | hsl(257, 69%, 75%) |
| CMYK | cmyk(27%, 38%, 0%, 8%) |
| LAB | lab(65.9 28.0 -41.6) |
| LCH | lch(65.9 50.1 303.9) |
| OKLCH | oklch(0.717 0.129 295.9) |
Copy-ready code
/* CSS */
color: #ab92eb;
background-color: #ab92eb;
/* Tailwind (arbitrary) */
class="text-[#ab92eb] bg-[#ab92eb]"
/* SCSS */
$brand: #ab92eb;
/* SwiftUI */
Color(red: 0.671, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#ab92eb")Accessibility — WCAG contrast
Aa
#ab92eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab92eb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green57.3%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ab92eb text on a black background
contrast 8.04:1
Card sample
#ab92eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab92eb;
Background color
Panel with #ab92eb background
background-color: #ab92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab92eb; background: linear-gradient(135deg, #ab92eb, #E692EB);