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