#ad70f5
a light, electric violet · warm · closest name: slateblue
RGB
173, 112, 245
HSL
268°, 87%, 70%
CMYK
29, 54, 0, 4
Luminance
0.2707
Every format
| HEX | #ad70f5 |
| RGB | rgb(173, 112, 245) |
| HSL | hsl(268, 87%, 70%) |
| CMYK | cmyk(29%, 54%, 0%, 4%) |
| LAB | lab(59.0 49.7 -58.0) |
| LCH | lch(59.0 76.4 310.6) |
| OKLCH | oklch(0.668 0.194 302.6) |
Copy-ready code
/* CSS */
color: #ad70f5;
background-color: #ad70f5;
/* Tailwind (arbitrary) */
class="text-[#ad70f5] bg-[#ad70f5]"
/* SCSS */
$brand: #ad70f5;
/* SwiftUI */
Color(red: 0.678, green: 0.439, blue: 0.961)
/* Android */
Color.parseColor("#ad70f5")Accessibility — WCAG contrast
Aa
#ad70f5 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad70f5 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green43.9%
Blue96.1%
CMYK percentages
Cyan29.4%
Magenta54.3%
Yellow0.0%
Key (black)3.9%
Color previews
#ad70f5 text on a black background
contrast 6.41:1
Card sample
#ad70f5 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad70f5;
Background color
Panel with #ad70f5 background
background-color: #ad70f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad70f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 112, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 112, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad70f5; background: linear-gradient(135deg, #ad70f5, #F570E4);