#ad4cef
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 76, 239
HSL
276°, 84%, 62%
CMYK
28, 68, 0, 6
Luminance
0.2029
Every format
| HEX | #ad4cef |
| RGB | rgb(173, 76, 239) |
| HSL | hsl(276, 84%, 62%) |
| CMYK | cmyk(28%, 68%, 0%, 6%) |
| LAB | lab(52.2 65.9 -65.7) |
| LCH | lch(52.2 93.1 315.1) |
| OKLCH | oklch(0.617 0.237 308.2) |
Copy-ready code
/* CSS */
color: #ad4cef;
background-color: #ad4cef;
/* Tailwind (arbitrary) */
class="text-[#ad4cef] bg-[#ad4cef]"
/* SCSS */
$brand: #ad4cef;
/* SwiftUI */
Color(red: 0.678, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#ad4cef")Accessibility — WCAG contrast
Aa
#ad4cef on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad4cef on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green29.8%
Blue93.7%
CMYK percentages
Cyan27.6%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#ad4cef text on a black background
contrast 5.06:1
Card sample
#ad4cef text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4cef;
Background color
Panel with #ad4cef background
background-color: #ad4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4cef; background: linear-gradient(135deg, #ad4cef, #EF4CC4);