#af4686
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 134
HSL
323°, 43%, 48%
CMYK
0, 60, 23, 31
Luminance
0.1522
Every format
| HEX | #af4686 |
| RGB | rgb(175, 70, 134) |
| HSL | hsl(323, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 23%, 31%) |
| LAB | lab(45.9 49.8 -14.4) |
| LCH | lch(45.9 51.9 343.9) |
| OKLCH | oklch(0.554 0.155 345.7) |
Copy-ready code
/* CSS */
color: #af4686;
background-color: #af4686;
/* Tailwind (arbitrary) */
class="text-[#af4686] bg-[#af4686]"
/* SCSS */
$brand: #af4686;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.525)
/* Android */
Color.parseColor("#af4686")Accessibility — WCAG contrast
Aa
#af4686 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4686 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow23.4%
Key (black)31.4%
Color previews
#af4686 text on a black background
contrast 4.04:1
Card sample
#af4686 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4686;
Background color
Panel with #af4686 background
background-color: #af4686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4686; background: linear-gradient(135deg, #af4686, #AF4C46);