#af55ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 85, 172
HSL
302°, 36%, 51%
CMYK
0, 51, 2, 31
Luminance
0.1859
Every format
| HEX | #af55ac |
| RGB | rgb(175, 85, 172) |
| HSL | hsl(302, 36%, 51%) |
| CMYK | cmyk(0%, 51%, 2%, 31%) |
| LAB | lab(50.2 48.8 -30.4) |
| LCH | lch(50.2 57.5 328.1) |
| OKLCH | oklch(0.591 0.160 328.6) |
Copy-ready code
/* CSS */
color: #af55ac;
background-color: #af55ac;
/* Tailwind (arbitrary) */
class="text-[#af55ac] bg-[#af55ac]"
/* SCSS */
$brand: #af55ac;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.675)
/* Android */
Color.parseColor("#af55ac")Accessibility — WCAG contrast
Aa
#af55ac on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af55ac on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow1.7%
Key (black)31.4%
Color previews
#af55ac text on a black background
contrast 4.72:1
Card sample
#af55ac text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af55ac;
Background color
Panel with #af55ac background
background-color: #af55ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af55ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af55ac; background: linear-gradient(135deg, #af55ac, #AF5570);