#af75bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 117, 188
HSL
289°, 35%, 60%
CMYK
7, 38, 0, 26
Luminance
0.2547
Every format
| HEX | #af75bc |
| RGB | rgb(175, 117, 188) |
| HSL | hsl(289, 35%, 60%) |
| CMYK | cmyk(7%, 38%, 0%, 26%) |
| LAB | lab(57.5 34.9 -28.3) |
| LCH | lch(57.5 44.9 321.0) |
| OKLCH | oklch(0.648 0.121 320.1) |
Copy-ready code
/* CSS */
color: #af75bc;
background-color: #af75bc;
/* Tailwind (arbitrary) */
class="text-[#af75bc] bg-[#af75bc]"
/* SCSS */
$brand: #af75bc;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.737)
/* Android */
Color.parseColor("#af75bc")Accessibility — WCAG contrast
Aa
#af75bc on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af75bc on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta37.8%
Yellow0.0%
Key (black)26.3%
Color previews
#af75bc text on a black background
contrast 6.09:1
Card sample
#af75bc text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af75bc;
Background color
Panel with #af75bc background
background-color: #af75bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af75bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af75bc; background: linear-gradient(135deg, #af75bc, #BC759A);