#ad5cef
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 92, 239
HSL
273°, 82%, 65%
CMYK
28, 62, 0, 6
Luminance
0.2277
Every format
| HEX | #ad5cef |
| RGB | rgb(173, 92, 239) |
| HSL | hsl(273, 82%, 65%) |
| CMYK | cmyk(28%, 62%, 0%, 6%) |
| LAB | lab(54.8 58.6 -61.4) |
| LCH | lch(54.8 84.8 313.7) |
| OKLCH | oklch(0.636 0.216 306.6) |
Copy-ready code
/* CSS */
color: #ad5cef;
background-color: #ad5cef;
/* Tailwind (arbitrary) */
class="text-[#ad5cef] bg-[#ad5cef]"
/* SCSS */
$brand: #ad5cef;
/* SwiftUI */
Color(red: 0.678, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#ad5cef")Accessibility — WCAG contrast
Aa
#ad5cef on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5cef on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.1%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#ad5cef text on a black background
contrast 5.55:1
Card sample
#ad5cef text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5cef;
Background color
Panel with #ad5cef background
background-color: #ad5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5cef; background: linear-gradient(135deg, #ad5cef, #EF5CCF);