#ab63df
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 99, 223
HSL
275°, 66%, 63%
CMYK
23, 56, 0, 13
Luminance
0.2291
Every format
| HEX | #ab63df |
| RGB | rgb(171, 99, 223) |
| HSL | hsl(275, 66%, 63%) |
| CMYK | cmyk(23%, 56%, 0%, 13%) |
| LAB | lab(55.0 51.0 -52.2) |
| LCH | lch(55.0 73.0 314.3) |
| OKLCH | oklch(0.633 0.188 308.8) |
Copy-ready code
/* CSS */
color: #ab63df;
background-color: #ab63df;
/* Tailwind (arbitrary) */
class="text-[#ab63df] bg-[#ab63df]"
/* SCSS */
$brand: #ab63df;
/* SwiftUI */
Color(red: 0.671, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#ab63df")Accessibility — WCAG contrast
Aa
#ab63df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab63df on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green38.8%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ab63df text on a black background
contrast 5.58:1
Card sample
#ab63df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab63df;
Background color
Panel with #ab63df background
background-color: #ab63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab63df; background: linear-gradient(135deg, #ab63df, #DF63C0);