#af91cf
a light, soft violet · warm · closest name: plum
RGB
175, 145, 207
HSL
269°, 39%, 69%
CMYK
16, 30, 0, 19
Luminance
0.3387
Every format
| HEX | #af91cf |
| RGB | rgb(175, 145, 207) |
| HSL | hsl(269, 39%, 69%) |
| CMYK | cmyk(16%, 30%, 0%, 19%) |
| LAB | lab(64.9 23.2 -27.7) |
| LCH | lch(64.9 36.1 310.0) |
| OKLCH | oklch(0.706 0.094 306.2) |
Copy-ready code
/* CSS */
color: #af91cf;
background-color: #af91cf;
/* Tailwind (arbitrary) */
class="text-[#af91cf] bg-[#af91cf]"
/* SCSS */
$brand: #af91cf;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#af91cf")Accessibility — WCAG contrast
Aa
#af91cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91cf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#af91cf text on a black background
contrast 7.77:1
Card sample
#af91cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91cf;
Background color
Panel with #af91cf background
background-color: #af91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91cf; background: linear-gradient(135deg, #af91cf, #CF91C6);