#ad5cfb
a light, electric violet · warm · closest name: slateblue
RGB
173, 92, 251
HSL
271°, 95%, 67%
CMYK
31, 63, 0, 2
Luminance
0.2350
Every format
| HEX | #ad5cfb |
| RGB | rgb(173, 92, 251) |
| HSL | hsl(271, 95%, 67%) |
| CMYK | cmyk(31%, 63%, 0%, 2%) |
| LAB | lab(55.6 61.3 -66.8) |
| LCH | lch(55.6 90.7 312.5) |
| OKLCH | oklch(0.644 0.229 304.1) |
Copy-ready code
/* CSS */
color: #ad5cfb;
background-color: #ad5cfb;
/* Tailwind (arbitrary) */
class="text-[#ad5cfb] bg-[#ad5cfb]"
/* SCSS */
$brand: #ad5cfb;
/* SwiftUI */
Color(red: 0.678, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#ad5cfb")Accessibility — WCAG contrast
Aa
#ad5cfb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5cfb on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.1%
Blue98.4%
CMYK percentages
Cyan31.1%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ad5cfb text on a black background
contrast 5.70:1
Card sample
#ad5cfb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5cfb;
Background color
Panel with #ad5cfb background
background-color: #ad5cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5cfb; background: linear-gradient(135deg, #ad5cfb, #FB5CDF);