#ad5cfd
a light, electric violet · warm · closest name: slateblue
RGB
173, 92, 253
HSL
270°, 98%, 68%
CMYK
32, 64, 0, 1
Luminance
0.2363
Every format
| HEX | #ad5cfd |
| RGB | rgb(173, 92, 253) |
| HSL | hsl(270, 98%, 68%) |
| CMYK | cmyk(32%, 64%, 0%, 1%) |
| LAB | lab(55.7 61.8 -67.8) |
| LCH | lch(55.7 91.7 312.3) |
| OKLCH | oklch(0.645 0.231 303.7) |
Copy-ready code
/* CSS */
color: #ad5cfd;
background-color: #ad5cfd;
/* Tailwind (arbitrary) */
class="text-[#ad5cfd] bg-[#ad5cfd]"
/* SCSS */
$brand: #ad5cfd;
/* SwiftUI */
Color(red: 0.678, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#ad5cfd")Accessibility — WCAG contrast
Aa
#ad5cfd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5cfd on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.1%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ad5cfd text on a black background
contrast 5.73:1
Card sample
#ad5cfd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5cfd;
Background color
Panel with #ad5cfd background
background-color: #ad5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5cfd; background: linear-gradient(135deg, #ad5cfd, #FD5CE2);