#ab53df
a balanced, vivid violet · warm · closest name: slateblue
RGB
171, 83, 223
HSL
278°, 69%, 60%
CMYK
23, 63, 0, 13
Luminance
0.2017
Every format
| HEX | #ab53df |
| RGB | rgb(171, 83, 223) |
| HSL | hsl(278, 69%, 60%) |
| CMYK | cmyk(23%, 63%, 0%, 13%) |
| LAB | lab(52.0 58.9 -56.9) |
| LCH | lch(52.0 81.9 316.0) |
| OKLCH | oklch(0.612 0.211 310.6) |
Copy-ready code
/* CSS */
color: #ab53df;
background-color: #ab53df;
/* Tailwind (arbitrary) */
class="text-[#ab53df] bg-[#ab53df]"
/* SCSS */
$brand: #ab53df;
/* SwiftUI */
Color(red: 0.671, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#ab53df")Accessibility — WCAG contrast
Aa
#ab53df on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab53df on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green32.5%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta62.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ab53df text on a black background
contrast 5.03:1
Card sample
#ab53df text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab53df;
Background color
Panel with #ab53df background
background-color: #ab53df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab53df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 83, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 83, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab53df; background: linear-gradient(135deg, #ab53df, #DF53B6);