#ad70eb
a light, electric violet · warm · closest name: slateblue
RGB
173, 112, 235
HSL
270°, 76%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2647
Every format
| HEX | #ad70eb |
| RGB | rgb(173, 112, 235) |
| HSL | hsl(270, 76%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(58.5 47.4 -53.3) |
| LCH | lch(58.5 71.3 311.6) |
| OKLCH | oklch(0.662 0.183 304.8) |
Copy-ready code
/* CSS */
color: #ad70eb;
background-color: #ad70eb;
/* Tailwind (arbitrary) */
class="text-[#ad70eb] bg-[#ad70eb]"
/* SCSS */
$brand: #ad70eb;
/* SwiftUI */
Color(red: 0.678, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#ad70eb")Accessibility — WCAG contrast
Aa
#ad70eb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad70eb on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ad70eb text on a black background
contrast 6.29:1
Card sample
#ad70eb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad70eb;
Background color
Panel with #ad70eb background
background-color: #ad70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad70eb; background: linear-gradient(135deg, #ad70eb, #EB70D7);