#af498f
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 73, 143
HSL
319°, 41%, 49%
CMYK
0, 58, 18, 31
Luminance
0.1586
Every format
| HEX | #af498f |
| RGB | rgb(175, 73, 143) |
| HSL | hsl(319, 41%, 49%) |
| CMYK | cmyk(0%, 58%, 18%, 31%) |
| LAB | lab(46.8 49.8 -18.5) |
| LCH | lch(46.8 53.1 339.6) |
| OKLCH | oklch(0.562 0.156 341.5) |
Copy-ready code
/* CSS */
color: #af498f;
background-color: #af498f;
/* Tailwind (arbitrary) */
class="text-[#af498f] bg-[#af498f]"
/* SCSS */
$brand: #af498f;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.561)
/* Android */
Color.parseColor("#af498f")Accessibility — WCAG contrast
Aa
#af498f on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af498f on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow18.3%
Key (black)31.4%
Color previews
#af498f text on a black background
contrast 4.17:1
Card sample
#af498f text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af498f;
Background color
Panel with #af498f background
background-color: #af498f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af498f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af498f; background: linear-gradient(135deg, #af498f, #AF494B);