#ad94ec
a light, vivid violet · warm · closest name: plum
RGB
173, 148, 236
HSL
257°, 70%, 75%
CMYK
27, 37, 0, 8
Luminance
0.3612
Every format
| HEX | #ad94ec |
| RGB | rgb(173, 148, 236) |
| HSL | hsl(257, 70%, 75%) |
| CMYK | cmyk(27%, 37%, 0%, 8%) |
| LAB | lab(66.6 27.6 -41.0) |
| LCH | lch(66.6 49.5 304.0) |
| OKLCH | oklch(0.723 0.127 296.1) |
Copy-ready code
/* CSS */
color: #ad94ec;
background-color: #ad94ec;
/* Tailwind (arbitrary) */
class="text-[#ad94ec] bg-[#ad94ec]"
/* SCSS */
$brand: #ad94ec;
/* SwiftUI */
Color(red: 0.678, green: 0.580, blue: 0.925)
/* Android */
Color.parseColor("#ad94ec")Accessibility — WCAG contrast
Aa
#ad94ec on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad94ec on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.0%
Blue92.5%
CMYK percentages
Cyan26.7%
Magenta37.3%
Yellow0.0%
Key (black)7.5%
Color previews
#ad94ec text on a black background
contrast 8.22:1
Card sample
#ad94ec text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad94ec;
Background color
Panel with #ad94ec background
background-color: #ad94ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad94ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 148, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 148, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad94ec; background: linear-gradient(135deg, #ad94ec, #E894EC);