#af99cf
a light, soft violet · warm · closest name: plum
RGB
175, 153, 207
HSL
264°, 36%, 71%
CMYK
16, 26, 0, 19
Luminance
0.3640
Every format
| HEX | #af99cf |
| RGB | rgb(175, 153, 207) |
| HSL | hsl(264, 36%, 71%) |
| CMYK | cmyk(16%, 26%, 0%, 19%) |
| LAB | lab(66.8 18.7 -24.7) |
| LCH | lch(66.8 31.0 307.2) |
| OKLCH | oklch(0.721 0.081 303.1) |
Copy-ready code
/* CSS */
color: #af99cf;
background-color: #af99cf;
/* Tailwind (arbitrary) */
class="text-[#af99cf] bg-[#af99cf]"
/* SCSS */
$brand: #af99cf;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#af99cf")Accessibility — WCAG contrast
Aa
#af99cf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99cf on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#af99cf text on a black background
contrast 8.28:1
Card sample
#af99cf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99cf;
Background color
Panel with #af99cf background
background-color: #af99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99cf; background: linear-gradient(135deg, #af99cf, #CF99CB);