#af4489
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 68, 137
HSL
321°, 44%, 48%
CMYK
0, 61, 22, 31
Luminance
0.1505
Every format
| HEX | #af4489 |
| RGB | rgb(175, 68, 137) |
| HSL | hsl(321, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 22%, 31%) |
| LAB | lab(45.7 51.2 -16.5) |
| LCH | lch(45.7 53.8 342.1) |
| OKLCH | oklch(0.553 0.160 344.0) |
Copy-ready code
/* CSS */
color: #af4489;
background-color: #af4489;
/* Tailwind (arbitrary) */
class="text-[#af4489] bg-[#af4489]"
/* SCSS */
$brand: #af4489;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.537)
/* Android */
Color.parseColor("#af4489")Accessibility — WCAG contrast
Aa
#af4489 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4489 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow21.7%
Key (black)31.4%
Color previews
#af4489 text on a black background
contrast 4.01:1
Card sample
#af4489 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4489;
Background color
Panel with #af4489 background
background-color: #af4489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4489; background: linear-gradient(135deg, #af4489, #AF4644);