#af498a
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 73, 138
HSL
322°, 41%, 49%
CMYK
0, 58, 21, 31
Luminance
0.1571
Every format
| HEX | #af498a |
| RGB | rgb(175, 73, 138) |
| HSL | hsl(322, 41%, 49%) |
| CMYK | cmyk(0%, 58%, 21%, 31%) |
| LAB | lab(46.6 49.0 -15.8) |
| LCH | lch(46.6 51.5 342.1) |
| OKLCH | oklch(0.560 0.153 344.0) |
Copy-ready code
/* CSS */
color: #af498a;
background-color: #af498a;
/* Tailwind (arbitrary) */
class="text-[#af498a] bg-[#af498a]"
/* SCSS */
$brand: #af498a;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.541)
/* Android */
Color.parseColor("#af498a")Accessibility — WCAG contrast
Aa
#af498a on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af498a on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow21.1%
Key (black)31.4%
Color previews
#af498a text on a black background
contrast 4.14:1
Card sample
#af498a text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af498a;
Background color
Panel with #af498a background
background-color: #af498a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af498a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af498a; background: linear-gradient(135deg, #af498a, #AF4C49);