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