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