#af58bc
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 88, 188
HSL
292°, 43%, 54%
CMYK
7, 53, 0, 26
Luminance
0.1972
Every format
| HEX | #af58bc |
| RGB | rgb(175, 88, 188) |
| HSL | hsl(292, 43%, 54%) |
| CMYK | cmyk(7%, 53%, 0%, 26%) |
| LAB | lab(51.5 50.3 -37.6) |
| LCH | lch(51.5 62.8 323.2) |
| OKLCH | oklch(0.603 0.170 322.3) |
Copy-ready code
/* CSS */
color: #af58bc;
background-color: #af58bc;
/* Tailwind (arbitrary) */
class="text-[#af58bc] bg-[#af58bc]"
/* SCSS */
$brand: #af58bc;
/* SwiftUI */
Color(red: 0.686, green: 0.345, blue: 0.737)
/* Android */
Color.parseColor("#af58bc")Accessibility — WCAG contrast
Aa
#af58bc on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af58bc on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta53.2%
Yellow0.0%
Key (black)26.3%
Color previews
#af58bc text on a black background
contrast 4.94:1
Card sample
#af58bc text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af58bc;
Background color
Panel with #af58bc background
background-color: #af58bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af58bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 88, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 88, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af58bc; background: linear-gradient(135deg, #af58bc, #BC5886);