#ad53f0
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 83, 240
HSL
274°, 84%, 63%
CMYK
28, 65, 0, 6
Luminance
0.2136
Every format
| HEX | #ad53f0 |
| RGB | rgb(173, 83, 240) |
| HSL | hsl(274, 84%, 63%) |
| CMYK | cmyk(28%, 65%, 0%, 6%) |
| LAB | lab(53.3 63.0 -64.3) |
| LCH | lch(53.3 90.1 314.4) |
| OKLCH | oklch(0.625 0.229 307.3) |
Copy-ready code
/* CSS */
color: #ad53f0;
background-color: #ad53f0;
/* Tailwind (arbitrary) */
class="text-[#ad53f0] bg-[#ad53f0]"
/* SCSS */
$brand: #ad53f0;
/* SwiftUI */
Color(red: 0.678, green: 0.325, blue: 0.941)
/* Android */
Color.parseColor("#ad53f0")Accessibility — WCAG contrast
Aa
#ad53f0 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad53f0 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green32.5%
Blue94.1%
CMYK percentages
Cyan27.9%
Magenta65.4%
Yellow0.0%
Key (black)5.9%
Color previews
#ad53f0 text on a black background
contrast 5.27:1
Card sample
#ad53f0 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad53f0;
Background color
Panel with #ad53f0 background
background-color: #ad53f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad53f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 83, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 83, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad53f0; background: linear-gradient(135deg, #ad53f0, #F053CA);