#ab6edf
a light, vivid violet · warm · closest name: slateblue
RGB
171, 110, 223
HSL
272°, 64%, 65%
CMYK
23, 51, 0, 13
Luminance
0.2514
Every format
| HEX | #ab6edf |
| RGB | rgb(171, 110, 223) |
| HSL | hsl(272, 64%, 65%) |
| CMYK | cmyk(23%, 51%, 0%, 13%) |
| LAB | lab(57.2 45.1 -48.6) |
| LCH | lch(57.2 66.4 312.9) |
| OKLCH | oklch(0.650 0.171 307.2) |
Copy-ready code
/* CSS */
color: #ab6edf;
background-color: #ab6edf;
/* Tailwind (arbitrary) */
class="text-[#ab6edf] bg-[#ab6edf]"
/* SCSS */
$brand: #ab6edf;
/* SwiftUI */
Color(red: 0.671, green: 0.431, blue: 0.875)
/* Android */
Color.parseColor("#ab6edf")Accessibility — WCAG contrast
Aa
#ab6edf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6edf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green43.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta50.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ab6edf text on a black background
contrast 6.03:1
Card sample
#ab6edf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6edf;
Background color
Panel with #ab6edf background
background-color: #ab6edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 110, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 110, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6edf; background: linear-gradient(135deg, #ab6edf, #DF6EC8);