#af469c
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 156
HSL
311°, 43%, 48%
CMYK
0, 60, 11, 31
Luminance
0.1589
Every format
| HEX | #af469c |
| RGB | rgb(175, 70, 156) |
| HSL | hsl(311, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 11%, 31%) |
| LAB | lab(46.8 53.2 -26.2) |
| LCH | lch(46.8 59.3 333.8) |
| OKLCH | oklch(0.564 0.170 335.3) |
Copy-ready code
/* CSS */
color: #af469c;
background-color: #af469c;
/* Tailwind (arbitrary) */
class="text-[#af469c] bg-[#af469c]"
/* SCSS */
$brand: #af469c;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.612)
/* Android */
Color.parseColor("#af469c")Accessibility — WCAG contrast
Aa
#af469c on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af469c on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow10.9%
Key (black)31.4%
Color previews
#af469c text on a black background
contrast 4.18:1
Card sample
#af469c text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af469c;
Background color
Panel with #af469c background
background-color: #af469c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af469c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af469c; background: linear-gradient(135deg, #af469c, #AF4656);