#ab91df
a light, vivid violet · warm · closest name: plum
RGB
171, 145, 223
HSL
260°, 55%, 72%
CMYK
23, 35, 0, 13
Luminance
0.3424
Every format
| HEX | #ab91df |
| RGB | rgb(171, 145, 223) |
| HSL | hsl(260, 55%, 72%) |
| CMYK | cmyk(23%, 35%, 0%, 13%) |
| LAB | lab(65.2 25.6 -36.1) |
| LCH | lch(65.2 44.3 305.4) |
| OKLCH | oklch(0.710 0.114 298.8) |
Copy-ready code
/* CSS */
color: #ab91df;
background-color: #ab91df;
/* Tailwind (arbitrary) */
class="text-[#ab91df] bg-[#ab91df]"
/* SCSS */
$brand: #ab91df;
/* SwiftUI */
Color(red: 0.671, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#ab91df")Accessibility — WCAG contrast
Aa
#ab91df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab91df on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.9%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab91df text on a black background
contrast 7.85:1
Card sample
#ab91df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab91df;
Background color
Panel with #ab91df background
background-color: #ab91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab91df; background: linear-gradient(135deg, #ab91df, #DF91DF);