#af75c3
a balanced, soft violet · warm · closest name: plum
RGB
175, 117, 195
HSL
285°, 39%, 61%
CMYK
10, 40, 0, 24
Luminance
0.2578
Every format
| HEX | #af75c3 |
| RGB | rgb(175, 117, 195) |
| HSL | hsl(285, 39%, 61%) |
| CMYK | cmyk(10%, 40%, 0%, 24%) |
| LAB | lab(57.8 36.3 -31.8) |
| LCH | lch(57.8 48.3 318.8) |
| OKLCH | oklch(0.651 0.129 317.1) |
Copy-ready code
/* CSS */
color: #af75c3;
background-color: #af75c3;
/* Tailwind (arbitrary) */
class="text-[#af75c3] bg-[#af75c3]"
/* SCSS */
$brand: #af75c3;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.765)
/* Android */
Color.parseColor("#af75c3")Accessibility — WCAG contrast
Aa
#af75c3 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af75c3 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta40.0%
Yellow0.0%
Key (black)23.5%
Color previews
#af75c3 text on a black background
contrast 6.16:1
Card sample
#af75c3 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af75c3;
Background color
Panel with #af75c3 background
background-color: #af75c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af75c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af75c3; background: linear-gradient(135deg, #af75c3, #C375A3);