#ab7dfe
a light, electric violet · warm · closest name: slateblue
RGB
171, 125, 254
HSL
261°, 99%, 74%
CMYK
33, 51, 0, 0
Luminance
0.3048
Every format
| HEX | #ab7dfe |
| RGB | rgb(171, 125, 254) |
| HSL | hsl(261, 99%, 74%) |
| CMYK | cmyk(33%, 51%, 0%, 0%) |
| LAB | lab(62.1 44.4 -58.1) |
| LCH | lch(62.1 73.1 307.4) |
| OKLCH | oklch(0.691 0.185 297.8) |
Copy-ready code
/* CSS */
color: #ab7dfe;
background-color: #ab7dfe;
/* Tailwind (arbitrary) */
class="text-[#ab7dfe] bg-[#ab7dfe]"
/* SCSS */
$brand: #ab7dfe;
/* SwiftUI */
Color(red: 0.671, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#ab7dfe")Accessibility — WCAG contrast
Aa
#ab7dfe on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab7dfe on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.0%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ab7dfe text on a black background
contrast 7.10:1
Card sample
#ab7dfe text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7dfe;
Background color
Panel with #ab7dfe background
background-color: #ab7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7dfe; background: linear-gradient(135deg, #ab7dfe, #FE7DFB);