#ab97df
a light, vivid violet · warm · closest name: plum
RGB
171, 151, 223
HSL
257°, 53%, 73%
CMYK
23, 32, 0, 13
Luminance
0.3612
Every format
| HEX | #ab97df |
| RGB | rgb(171, 151, 223) |
| HSL | hsl(257, 53%, 73%) |
| CMYK | cmyk(23%, 32%, 0%, 13%) |
| LAB | lab(66.6 22.3 -33.9) |
| LCH | lch(66.6 40.5 303.3) |
| OKLCH | oklch(0.721 0.105 296.4) |
Copy-ready code
/* CSS */
color: #ab97df;
background-color: #ab97df;
/* Tailwind (arbitrary) */
class="text-[#ab97df] bg-[#ab97df]"
/* SCSS */
$brand: #ab97df;
/* SwiftUI */
Color(red: 0.671, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#ab97df")Accessibility — WCAG contrast
Aa
#ab97df on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab97df on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.2%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ab97df text on a black background
contrast 8.22:1
Card sample
#ab97df text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab97df;
Background color
Panel with #ab97df background
background-color: #ab97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab97df; background: linear-gradient(135deg, #ab97df, #DB97DF);