#af91bf
a light, soft violet · warm · closest name: plum
RGB
175, 145, 191
HSL
279°, 26%, 66%
CMYK
8, 24, 0, 25
Luminance
0.3313
Every format
| HEX | #af91bf |
| RGB | rgb(175, 145, 191) |
| HSL | hsl(279, 26%, 66%) |
| CMYK | cmyk(8%, 24%, 0%, 25%) |
| LAB | lab(64.3 19.8 -19.6) |
| LCH | lch(64.3 27.9 315.2) |
| OKLCH | oklch(0.700 0.074 313.7) |
Copy-ready code
/* CSS */
color: #af91bf;
background-color: #af91bf;
/* Tailwind (arbitrary) */
class="text-[#af91bf] bg-[#af91bf]"
/* SCSS */
$brand: #af91bf;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.749)
/* Android */
Color.parseColor("#af91bf")Accessibility — WCAG contrast
Aa
#af91bf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91bf on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta24.1%
Yellow0.0%
Key (black)25.1%
Color previews
#af91bf text on a black background
contrast 7.63:1
Card sample
#af91bf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91bf;
Background color
Panel with #af91bf background
background-color: #af91bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91bf; background: linear-gradient(135deg, #af91bf, #BF91B0);