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