#af95d0
a light, soft violet · warm · closest name: plum
RGB
175, 149, 208
HSL
266°, 39%, 70%
CMYK
16, 28, 0, 18
Luminance
0.3516
Every format
| HEX | #af95d0 |
| RGB | rgb(175, 149, 208) |
| HSL | hsl(266, 39%, 70%) |
| CMYK | cmyk(16%, 28%, 0%, 18%) |
| LAB | lab(65.9 21.2 -26.7) |
| LCH | lch(65.9 34.1 308.5) |
| OKLCH | oklch(0.714 0.089 304.4) |
Copy-ready code
/* CSS */
color: #af95d0;
background-color: #af95d0;
/* Tailwind (arbitrary) */
class="text-[#af95d0] bg-[#af95d0]"
/* SCSS */
$brand: #af95d0;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.816)
/* Android */
Color.parseColor("#af95d0")Accessibility — WCAG contrast
Aa
#af95d0 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95d0 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta28.4%
Yellow0.0%
Key (black)18.4%
Color previews
#af95d0 text on a black background
contrast 8.03:1
Card sample
#af95d0 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95d0;
Background color
Panel with #af95d0 background
background-color: #af95d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95d0; background: linear-gradient(135deg, #af95d0, #D095CA);