#ad92f1
a light, electric violet · warm · closest name: plum
RGB
173, 146, 241
HSL
257°, 77%, 76%
CMYK
28, 39, 0, 6
Luminance
0.3579
Every format
| HEX | #ad92f1 |
| RGB | rgb(173, 146, 241) |
| HSL | hsl(257, 77%, 76%) |
| CMYK | cmyk(28%, 39%, 0%, 6%) |
| LAB | lab(66.4 30.0 -44.2) |
| LCH | lch(66.4 53.4 304.2) |
| OKLCH | oklch(0.722 0.137 295.9) |
Copy-ready code
/* CSS */
color: #ad92f1;
background-color: #ad92f1;
/* Tailwind (arbitrary) */
class="text-[#ad92f1] bg-[#ad92f1]"
/* SCSS */
$brand: #ad92f1;
/* SwiftUI */
Color(red: 0.678, green: 0.573, blue: 0.945)
/* Android */
Color.parseColor("#ad92f1")Accessibility — WCAG contrast
Aa
#ad92f1 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad92f1 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green57.3%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta39.4%
Yellow0.0%
Key (black)5.5%
Color previews
#ad92f1 text on a black background
contrast 8.16:1
Card sample
#ad92f1 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad92f1;
Background color
Panel with #ad92f1 background
background-color: #ad92f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad92f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 146, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 146, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad92f1; background: linear-gradient(135deg, #ad92f1, #EC92F1);