#af96bc
a light, soft violet · warm · closest name: plum
RGB
175, 150, 188
HSL
280°, 22%, 66%
CMYK
7, 20, 0, 26
Luminance
0.3456
Every format
| HEX | #af96bc |
| RGB | rgb(175, 150, 188) |
| HSL | hsl(280, 22%, 66%) |
| CMYK | cmyk(7%, 20%, 0%, 26%) |
| LAB | lab(65.4 16.4 -16.2) |
| LCH | lch(65.4 23.1 315.2) |
| OKLCH | oklch(0.708 0.061 314.1) |
Copy-ready code
/* CSS */
color: #af96bc;
background-color: #af96bc;
/* Tailwind (arbitrary) */
class="text-[#af96bc] bg-[#af96bc]"
/* SCSS */
$brand: #af96bc;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.737)
/* Android */
Color.parseColor("#af96bc")Accessibility — WCAG contrast
Aa
#af96bc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96bc on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta20.2%
Yellow0.0%
Key (black)26.3%
Color previews
#af96bc text on a black background
contrast 7.91:1
Card sample
#af96bc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96bc;
Background color
Panel with #af96bc background
background-color: #af96bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96bc; background: linear-gradient(135deg, #af96bc, #BC96B0);