#ab8ddf
a light, vivid violet · warm · closest name: plum
RGB
171, 141, 223
HSL
262°, 56%, 71%
CMYK
23, 37, 0, 13
Luminance
0.3304
Every format
| HEX | #ab8ddf |
| RGB | rgb(171, 141, 223) |
| HSL | hsl(262, 56%, 71%) |
| CMYK | cmyk(23%, 37%, 0%, 13%) |
| LAB | lab(64.2 27.9 -37.6) |
| LCH | lch(64.2 46.9 306.5) |
| OKLCH | oklch(0.702 0.121 300.1) |
Copy-ready code
/* CSS */
color: #ab8ddf;
background-color: #ab8ddf;
/* Tailwind (arbitrary) */
class="text-[#ab8ddf] bg-[#ab8ddf]"
/* SCSS */
$brand: #ab8ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#ab8ddf")Accessibility — WCAG contrast
Aa
#ab8ddf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8ddf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green55.3%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ab8ddf text on a black background
contrast 7.61:1
Card sample
#ab8ddf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8ddf;
Background color
Panel with #ab8ddf background
background-color: #ab8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8ddf; background: linear-gradient(135deg, #ab8ddf, #DF8DDC);