#af95d3
a light, soft violet · warm · closest name: plum
RGB
175, 149, 211
HSL
265°, 41%, 71%
CMYK
17, 29, 0, 17
Luminance
0.3531
Every format
| HEX | #af95d3 |
| RGB | rgb(175, 149, 211) |
| HSL | hsl(265, 41%, 71%) |
| CMYK | cmyk(17%, 29%, 0%, 17%) |
| LAB | lab(66.0 21.9 -28.2) |
| LCH | lch(66.0 35.6 307.8) |
| OKLCH | oklch(0.715 0.093 303.3) |
Copy-ready code
/* CSS */
color: #af95d3;
background-color: #af95d3;
/* Tailwind (arbitrary) */
class="text-[#af95d3] bg-[#af95d3]"
/* SCSS */
$brand: #af95d3;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.827)
/* Android */
Color.parseColor("#af95d3")Accessibility — WCAG contrast
Aa
#af95d3 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95d3 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta29.4%
Yellow0.0%
Key (black)17.3%
Color previews
#af95d3 text on a black background
contrast 8.06:1
Card sample
#af95d3 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95d3;
Background color
Panel with #af95d3 background
background-color: #af95d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95d3; background: linear-gradient(135deg, #af95d3, #D395CE);