#ab94df
a light, vivid violet · warm · closest name: plum
RGB
171, 148, 223
HSL
258°, 54%, 73%
CMYK
23, 34, 0, 13
Luminance
0.3517
Every format
| HEX | #ab94df |
| RGB | rgb(171, 148, 223) |
| HSL | hsl(258, 54%, 73%) |
| CMYK | cmyk(23%, 34%, 0%, 13%) |
| LAB | lab(65.9 23.9 -35.0) |
| LCH | lch(65.9 42.4 304.4) |
| OKLCH | oklch(0.715 0.110 297.7) |
Copy-ready code
/* CSS */
color: #ab94df;
background-color: #ab94df;
/* Tailwind (arbitrary) */
class="text-[#ab94df] bg-[#ab94df]"
/* SCSS */
$brand: #ab94df;
/* SwiftUI */
Color(red: 0.671, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#ab94df")Accessibility — WCAG contrast
Aa
#ab94df on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab94df on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green58.0%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab94df text on a black background
contrast 8.03:1
Card sample
#ab94df text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab94df;
Background color
Panel with #ab94df background
background-color: #ab94df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab94df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab94df; background: linear-gradient(135deg, #ab94df, #DD94DF);