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