#ab5dfe
a light, electric violet · warm · closest name: slateblue
RGB
171, 93, 254
HSL
269°, 99%, 68%
CMYK
33, 63, 0, 0
Luminance
0.2364
Every format
| HEX | #ab5dfe |
| RGB | rgb(171, 93, 254) |
| HSL | hsl(269, 99%, 68%) |
| CMYK | cmyk(33%, 63%, 0%, 0%) |
| LAB | lab(55.7 61.1 -68.3) |
| LCH | lch(55.7 91.6 311.8) |
| OKLCH | oklch(0.645 0.230 302.7) |
Copy-ready code
/* CSS */
color: #ab5dfe;
background-color: #ab5dfe;
/* Tailwind (arbitrary) */
class="text-[#ab5dfe] bg-[#ab5dfe]"
/* SCSS */
$brand: #ab5dfe;
/* SwiftUI */
Color(red: 0.671, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#ab5dfe")Accessibility — WCAG contrast
Aa
#ab5dfe on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5dfe on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.5%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#ab5dfe text on a black background
contrast 5.73:1
Card sample
#ab5dfe text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5dfe;
Background color
Panel with #ab5dfe background
background-color: #ab5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5dfe; background: linear-gradient(135deg, #ab5dfe, #FE5DE6);