#ad89f2
a light, electric violet · warm · closest name: slateblue
RGB
173, 137, 242
HSL
261°, 80%, 74%
CMYK
29, 43, 0, 5
Luminance
0.3319
Every format
| HEX | #ad89f2 |
| RGB | rgb(173, 137, 242) |
| HSL | hsl(261, 80%, 74%) |
| CMYK | cmyk(29%, 43%, 0%, 5%) |
| LAB | lab(64.3 35.3 -48.0) |
| LCH | lch(64.3 59.5 306.3) |
| OKLCH | oklch(0.707 0.152 298.2) |
Copy-ready code
/* CSS */
color: #ad89f2;
background-color: #ad89f2;
/* Tailwind (arbitrary) */
class="text-[#ad89f2] bg-[#ad89f2]"
/* SCSS */
$brand: #ad89f2;
/* SwiftUI */
Color(red: 0.678, green: 0.537, blue: 0.949)
/* Android */
Color.parseColor("#ad89f2")Accessibility — WCAG contrast
Aa
#ad89f2 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad89f2 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green53.7%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta43.4%
Yellow0.0%
Key (black)5.1%
Color previews
#ad89f2 text on a black background
contrast 7.64:1
Card sample
#ad89f2 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad89f2;
Background color
Panel with #ad89f2 background
background-color: #ad89f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad89f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 137, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 137, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad89f2; background: linear-gradient(135deg, #ad89f2, #F289F1);