#ad69f1
a light, electric violet · warm · closest name: slateblue
RGB
173, 105, 241
HSL
270°, 83%, 68%
CMYK
28, 56, 0, 6
Luminance
0.2534
Every format
| HEX | #ad69f1 |
| RGB | rgb(173, 105, 241) |
| HSL | hsl(270, 83%, 68%) |
| CMYK | cmyk(28%, 56%, 0%, 6%) |
| LAB | lab(57.4 52.5 -58.4) |
| LCH | lch(57.4 78.5 311.9) |
| OKLCH | oklch(0.655 0.200 304.5) |
Copy-ready code
/* CSS */
color: #ad69f1;
background-color: #ad69f1;
/* Tailwind (arbitrary) */
class="text-[#ad69f1] bg-[#ad69f1]"
/* SCSS */
$brand: #ad69f1;
/* SwiftUI */
Color(red: 0.678, green: 0.412, blue: 0.945)
/* Android */
Color.parseColor("#ad69f1")Accessibility — WCAG contrast
Aa
#ad69f1 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad69f1 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green41.2%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta56.4%
Yellow0.0%
Key (black)5.5%
Color previews
#ad69f1 text on a black background
contrast 6.07:1
Card sample
#ad69f1 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad69f1;
Background color
Panel with #ad69f1 background
background-color: #ad69f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad69f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 105, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 105, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad69f1; background: linear-gradient(135deg, #ad69f1, #F169DA);