#ad5ffb
a light, electric violet · warm · closest name: slateblue
RGB
173, 95, 251
HSL
270°, 95%, 68%
CMYK
31, 62, 0, 2
Luminance
0.2403
Every format
| HEX | #ad5ffb |
| RGB | rgb(173, 95, 251) |
| HSL | hsl(270, 95%, 68%) |
| CMYK | cmyk(31%, 62%, 0%, 2%) |
| LAB | lab(56.1 59.8 -66.0) |
| LCH | lch(56.1 89.1 312.2) |
| OKLCH | oklch(0.648 0.225 303.7) |
Copy-ready code
/* CSS */
color: #ad5ffb;
background-color: #ad5ffb;
/* Tailwind (arbitrary) */
class="text-[#ad5ffb] bg-[#ad5ffb]"
/* SCSS */
$brand: #ad5ffb;
/* SwiftUI */
Color(red: 0.678, green: 0.373, blue: 0.984)
/* Android */
Color.parseColor("#ad5ffb")Accessibility — WCAG contrast
Aa
#ad5ffb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5ffb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green37.3%
Blue98.4%
CMYK percentages
Cyan31.1%
Magenta62.2%
Yellow0.0%
Key (black)1.6%
Color previews
#ad5ffb text on a black background
contrast 5.81:1
Card sample
#ad5ffb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5ffb;
Background color
Panel with #ad5ffb background
background-color: #ad5ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 95, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 95, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5ffb; background: linear-gradient(135deg, #ad5ffb, #FB5FE1);