#ab85df
a light, vivid violet · warm · closest name: plum
RGB
171, 133, 223
HSL
265°, 58%, 70%
CMYK
23, 40, 0, 13
Luminance
0.3076
Every format
| HEX | #ab85df |
| RGB | rgb(171, 133, 223) |
| HSL | hsl(265, 58%, 70%) |
| CMYK | cmyk(23%, 40%, 0%, 13%) |
| LAB | lab(62.3 32.4 -40.6) |
| LCH | lch(62.3 52.0 308.6) |
| OKLCH | oklch(0.688 0.134 302.5) |
Copy-ready code
/* CSS */
color: #ab85df;
background-color: #ab85df;
/* Tailwind (arbitrary) */
class="text-[#ab85df] bg-[#ab85df]"
/* SCSS */
$brand: #ab85df;
/* SwiftUI */
Color(red: 0.671, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#ab85df")Accessibility — WCAG contrast
Aa
#ab85df on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab85df on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green52.2%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ab85df text on a black background
contrast 7.15:1
Card sample
#ab85df text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab85df;
Background color
Panel with #ab85df background
background-color: #ab85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab85df; background: linear-gradient(135deg, #ab85df, #DF85D7);