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