#af95d7
a light, vivid violet · warm · closest name: plum
RGB
175, 149, 215
HSL
264°, 45%, 71%
CMYK
19, 31, 0, 16
Luminance
0.3552
Every format
| HEX | #af95d7 |
| RGB | rgb(175, 149, 215) |
| HSL | hsl(264, 45%, 71%) |
| CMYK | cmyk(19%, 31%, 0%, 16%) |
| LAB | lab(66.2 22.8 -30.1) |
| LCH | lch(66.2 37.8 307.0) |
| OKLCH | oklch(0.717 0.098 302.1) |
Copy-ready code
/* CSS */
color: #af95d7;
background-color: #af95d7;
/* Tailwind (arbitrary) */
class="text-[#af95d7] bg-[#af95d7]"
/* SCSS */
$brand: #af95d7;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.843)
/* Android */
Color.parseColor("#af95d7")Accessibility — WCAG contrast
Aa
#af95d7 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95d7 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta30.7%
Yellow0.0%
Key (black)15.7%
Color previews
#af95d7 text on a black background
contrast 8.10:1
Card sample
#af95d7 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95d7;
Background color
Panel with #af95d7 background
background-color: #af95d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95d7; background: linear-gradient(135deg, #af95d7, #D795D3);