#af4089
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 137
HSL
321°, 46%, 47%
CMYK
0, 63, 22, 31
Luminance
0.1459
Every format
| HEX | #af4089 |
| RGB | rgb(175, 64, 137) |
| HSL | hsl(321, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 22%, 31%) |
| LAB | lab(45.1 52.9 -17.5) |
| LCH | lch(45.1 55.8 341.7) |
| OKLCH | oklch(0.548 0.166 343.6) |
Copy-ready code
/* CSS */
color: #af4089;
background-color: #af4089;
/* Tailwind (arbitrary) */
class="text-[#af4089] bg-[#af4089]"
/* SCSS */
$brand: #af4089;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.537)
/* Android */
Color.parseColor("#af4089")Accessibility — WCAG contrast
Aa
#af4089 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4089 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow21.7%
Key (black)31.4%
Color previews
#af4089 text on a black background
contrast 3.92:1
Card sample
#af4089 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4089;
Background color
Panel with #af4089 background
background-color: #af4089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4089; background: linear-gradient(135deg, #af4089, #AF4140);