#ad7bf4
a light, electric violet · warm · closest name: slateblue
RGB
173, 123, 244
HSL
265°, 85%, 72%
CMYK
29, 50, 0, 4
Luminance
0.2958
Every format
| HEX | #ad7bf4 |
| RGB | rgb(173, 123, 244) |
| HSL | hsl(265, 85%, 72%) |
| CMYK | cmyk(29%, 50%, 0%, 4%) |
| LAB | lab(61.3 43.5 -53.8) |
| LCH | lch(61.3 69.2 309.0) |
| OKLCH | oklch(0.684 0.177 300.9) |
Copy-ready code
/* CSS */
color: #ad7bf4;
background-color: #ad7bf4;
/* Tailwind (arbitrary) */
class="text-[#ad7bf4] bg-[#ad7bf4]"
/* SCSS */
$brand: #ad7bf4;
/* SwiftUI */
Color(red: 0.678, green: 0.482, blue: 0.957)
/* Android */
Color.parseColor("#ad7bf4")Accessibility — WCAG contrast
Aa
#ad7bf4 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7bf4 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green48.2%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta49.6%
Yellow0.0%
Key (black)4.3%
Color previews
#ad7bf4 text on a black background
contrast 6.92:1
Card sample
#ad7bf4 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7bf4;
Background color
Panel with #ad7bf4 background
background-color: #ad7bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 123, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 123, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7bf4; background: linear-gradient(135deg, #ad7bf4, #F47BEA);