#af74c0
a balanced, soft violet · warm · closest name: plum
RGB
175, 116, 192
HSL
287°, 38%, 60%
CMYK
9, 40, 0, 25
Luminance
0.2541
Every format
| HEX | #af74c0 |
| RGB | rgb(175, 116, 192) |
| HSL | hsl(287, 38%, 60%) |
| CMYK | cmyk(9%, 40%, 0%, 25%) |
| LAB | lab(57.5 36.3 -30.6) |
| LCH | lch(57.5 47.5 319.8) |
| OKLCH | oklch(0.648 0.127 318.5) |
Copy-ready code
/* CSS */
color: #af74c0;
background-color: #af74c0;
/* Tailwind (arbitrary) */
class="text-[#af74c0] bg-[#af74c0]"
/* SCSS */
$brand: #af74c0;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.753)
/* Android */
Color.parseColor("#af74c0")Accessibility — WCAG contrast
Aa
#af74c0 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af74c0 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta39.6%
Yellow0.0%
Key (black)24.7%
Color previews
#af74c0 text on a black background
contrast 6.08:1
Card sample
#af74c0 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af74c0;
Background color
Panel with #af74c0 background
background-color: #af74c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af74c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af74c0; background: linear-gradient(135deg, #af74c0, #C0749E);