#af488f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 72, 143
HSL
319°, 42%, 48%
CMYK
0, 59, 18, 31
Luminance
0.1573
Every format
| HEX | #af488f |
| RGB | rgb(175, 72, 143) |
| HSL | hsl(319, 42%, 48%) |
| CMYK | cmyk(0%, 59%, 18%, 31%) |
| LAB | lab(46.6 50.2 -18.8) |
| LCH | lch(46.6 53.6 339.5) |
| OKLCH | oklch(0.560 0.158 341.4) |
Copy-ready code
/* CSS */
color: #af488f;
background-color: #af488f;
/* Tailwind (arbitrary) */
class="text-[#af488f] bg-[#af488f]"
/* SCSS */
$brand: #af488f;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.561)
/* Android */
Color.parseColor("#af488f")Accessibility — WCAG contrast
Aa
#af488f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af488f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow18.3%
Key (black)31.4%
Color previews
#af488f text on a black background
contrast 4.15:1
Card sample
#af488f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af488f;
Background color
Panel with #af488f background
background-color: #af488f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af488f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af488f; background: linear-gradient(135deg, #af488f, #AF484A);