#af95cf
a light, soft violet · warm · closest name: plum
RGB
175, 149, 207
HSL
267°, 38%, 70%
CMYK
16, 28, 0, 19
Luminance
0.3511
Every format
| HEX | #af95cf |
| RGB | rgb(175, 149, 207) |
| HSL | hsl(267, 38%, 70%) |
| CMYK | cmyk(16%, 28%, 0%, 19%) |
| LAB | lab(65.8 21.0 -26.2) |
| LCH | lch(65.8 33.5 308.7) |
| OKLCH | oklch(0.714 0.087 304.8) |
Copy-ready code
/* CSS */
color: #af95cf;
background-color: #af95cf;
/* Tailwind (arbitrary) */
class="text-[#af95cf] bg-[#af95cf]"
/* SCSS */
$brand: #af95cf;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#af95cf")Accessibility — WCAG contrast
Aa
#af95cf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95cf on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta28.0%
Yellow0.0%
Key (black)18.8%
Color previews
#af95cf text on a black background
contrast 8.02:1
Card sample
#af95cf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95cf;
Background color
Panel with #af95cf background
background-color: #af95cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95cf; background: linear-gradient(135deg, #af95cf, #CF95C8);