#af98cf
a light, soft violet · warm · closest name: plum
RGB
175, 152, 207
HSL
265°, 36%, 70%
CMYK
16, 27, 0, 19
Luminance
0.3608
Every format
| HEX | #af98cf |
| RGB | rgb(175, 152, 207) |
| HSL | hsl(265, 36%, 70%) |
| CMYK | cmyk(16%, 27%, 0%, 19%) |
| LAB | lab(66.6 19.3 -25.0) |
| LCH | lch(66.6 31.6 307.6) |
| OKLCH | oklch(0.719 0.082 303.5) |
Copy-ready code
/* CSS */
color: #af98cf;
background-color: #af98cf;
/* Tailwind (arbitrary) */
class="text-[#af98cf] bg-[#af98cf]"
/* SCSS */
$brand: #af98cf;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#af98cf")Accessibility — WCAG contrast
Aa
#af98cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98cf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta26.6%
Yellow0.0%
Key (black)18.8%
Color previews
#af98cf text on a black background
contrast 8.22:1
Card sample
#af98cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98cf;
Background color
Panel with #af98cf background
background-color: #af98cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98cf; background: linear-gradient(135deg, #af98cf, #CF98CA);