#af95d8
a light, vivid violet · warm · closest name: plum
RGB
175, 149, 216
HSL
263°, 46%, 72%
CMYK
19, 31, 0, 15
Luminance
0.3557
Every format
| HEX | #af95d8 |
| RGB | rgb(175, 149, 216) |
| HSL | hsl(263, 46%, 72%) |
| CMYK | cmyk(19%, 31%, 0%, 15%) |
| LAB | lab(66.2 23.0 -30.6) |
| LCH | lch(66.2 38.3 306.9) |
| OKLCH | oklch(0.718 0.099 301.8) |
Copy-ready code
/* CSS */
color: #af95d8;
background-color: #af95d8;
/* Tailwind (arbitrary) */
class="text-[#af95d8] bg-[#af95d8]"
/* SCSS */
$brand: #af95d8;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.847)
/* Android */
Color.parseColor("#af95d8")Accessibility — WCAG contrast
Aa
#af95d8 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95d8 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta31.0%
Yellow0.0%
Key (black)15.3%
Color previews
#af95d8 text on a black background
contrast 8.11:1
Card sample
#af95d8 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95d8;
Background color
Panel with #af95d8 background
background-color: #af95d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95d8; background: linear-gradient(135deg, #af95d8, #D895D4);