#ab98da
a light, vivid violet · warm · closest name: plum
RGB
171, 152, 218
HSL
257°, 47%, 73%
CMYK
22, 30, 0, 15
Luminance
0.3618
Every format
| HEX | #ab98da |
| RGB | rgb(171, 152, 218) |
| HSL | hsl(257, 47%, 73%) |
| CMYK | cmyk(22%, 30%, 0%, 15%) |
| LAB | lab(66.7 20.5 -31.1) |
| LCH | lch(66.7 37.2 303.5) |
| OKLCH | oklch(0.721 0.096 297.1) |
Copy-ready code
/* CSS */
color: #ab98da;
background-color: #ab98da;
/* Tailwind (arbitrary) */
class="text-[#ab98da] bg-[#ab98da]"
/* SCSS */
$brand: #ab98da;
/* SwiftUI */
Color(red: 0.671, green: 0.596, blue: 0.855)
/* Android */
Color.parseColor("#ab98da")Accessibility — WCAG contrast
Aa
#ab98da on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab98da on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.6%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta30.3%
Yellow0.0%
Key (black)14.5%
Color previews
#ab98da text on a black background
contrast 8.24:1
Card sample
#ab98da text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab98da;
Background color
Panel with #ab98da background
background-color: #ab98da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab98da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 152, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 152, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab98da; background: linear-gradient(135deg, #ab98da, #D798DA);