#af96cf
a light, soft violet · warm · closest name: plum
RGB
175, 150, 207
HSL
266°, 37%, 70%
CMYK
16, 28, 0, 19
Luminance
0.3543
Every format
| HEX | #af96cf |
| RGB | rgb(175, 150, 207) |
| HSL | hsl(266, 37%, 70%) |
| CMYK | cmyk(16%, 28%, 0%, 19%) |
| LAB | lab(66.1 20.4 -25.8) |
| LCH | lch(66.1 32.9 308.3) |
| OKLCH | oklch(0.716 0.086 304.4) |
Copy-ready code
/* CSS */
color: #af96cf;
background-color: #af96cf;
/* Tailwind (arbitrary) */
class="text-[#af96cf] bg-[#af96cf]"
/* SCSS */
$brand: #af96cf;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#af96cf")Accessibility — WCAG contrast
Aa
#af96cf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96cf on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#af96cf text on a black background
contrast 8.09:1
Card sample
#af96cf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96cf;
Background color
Panel with #af96cf background
background-color: #af96cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96cf; background: linear-gradient(135deg, #af96cf, #CF96C9);