#ab98df
a light, vivid violet · warm · closest name: plum
RGB
171, 152, 223
HSL
256°, 53%, 74%
CMYK
23, 32, 0, 13
Luminance
0.3644
Every format
| HEX | #ab98df |
| RGB | rgb(171, 152, 223) |
| HSL | hsl(256, 53%, 74%) |
| CMYK | cmyk(23%, 32%, 0%, 13%) |
| LAB | lab(66.9 21.7 -33.5) |
| LCH | lch(66.9 39.9 302.9) |
| OKLCH | oklch(0.723 0.103 296.0) |
Copy-ready code
/* CSS */
color: #ab98df;
background-color: #ab98df;
/* Tailwind (arbitrary) */
class="text-[#ab98df] bg-[#ab98df]"
/* SCSS */
$brand: #ab98df;
/* SwiftUI */
Color(red: 0.671, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#ab98df")Accessibility — WCAG contrast
Aa
#ab98df on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab98df on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.6%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ab98df text on a black background
contrast 8.29:1
Card sample
#ab98df text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab98df;
Background color
Panel with #ab98df background
background-color: #ab98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab98df; background: linear-gradient(135deg, #ab98df, #DA98DF);