#ad67eb
a light, electric violet · warm · closest name: slateblue
RGB
173, 103, 235
HSL
272°, 77%, 66%
CMYK
26, 56, 0, 8
Luminance
0.2458
Every format
| HEX | #ad67eb |
| RGB | rgb(173, 103, 235) |
| HSL | hsl(272, 77%, 66%) |
| CMYK | cmyk(26%, 56%, 0%, 8%) |
| LAB | lab(56.7 52.1 -56.2) |
| LCH | lch(56.7 76.7 312.8) |
| OKLCH | oklch(0.648 0.196 306.2) |
Copy-ready code
/* CSS */
color: #ad67eb;
background-color: #ad67eb;
/* Tailwind (arbitrary) */
class="text-[#ad67eb] bg-[#ad67eb]"
/* SCSS */
$brand: #ad67eb;
/* SwiftUI */
Color(red: 0.678, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#ad67eb")Accessibility — WCAG contrast
Aa
#ad67eb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad67eb on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green40.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ad67eb text on a black background
contrast 5.92:1
Card sample
#ad67eb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad67eb;
Background color
Panel with #ad67eb background
background-color: #ad67eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad67eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad67eb; background: linear-gradient(135deg, #ad67eb, #EB67D1);