#ad67f4
a light, electric violet · warm · closest name: slateblue
RGB
173, 103, 244
HSL
270°, 87%, 68%
CMYK
29, 58, 0, 4
Luminance
0.2512
Every format
| HEX | #ad67f4 |
| RGB | rgb(173, 103, 244) |
| HSL | hsl(270, 87%, 68%) |
| CMYK | cmyk(29%, 58%, 0%, 4%) |
| LAB | lab(57.2 54.2 -60.4) |
| LCH | lch(57.2 81.1 311.9) |
| OKLCH | oklch(0.654 0.206 304.2) |
Copy-ready code
/* CSS */
color: #ad67f4;
background-color: #ad67f4;
/* Tailwind (arbitrary) */
class="text-[#ad67f4] bg-[#ad67f4]"
/* SCSS */
$brand: #ad67f4;
/* SwiftUI */
Color(red: 0.678, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#ad67f4")Accessibility — WCAG contrast
Aa
#ad67f4 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad67f4 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green40.4%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#ad67f4 text on a black background
contrast 6.02:1
Card sample
#ad67f4 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad67f4;
Background color
Panel with #ad67f4 background
background-color: #ad67f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad67f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad67f4; background: linear-gradient(135deg, #ad67f4, #F467DD);