#af4086
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 134
HSL
322°, 46%, 47%
CMYK
0, 63, 23, 31
Luminance
0.1450
Every format
| HEX | #af4086 |
| RGB | rgb(175, 64, 134) |
| HSL | hsl(322, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 23%, 31%) |
| LAB | lab(45.0 52.5 -15.9) |
| LCH | lch(45.0 54.9 343.2) |
| OKLCH | oklch(0.547 0.164 345.1) |
Copy-ready code
/* CSS */
color: #af4086;
background-color: #af4086;
/* Tailwind (arbitrary) */
class="text-[#af4086] bg-[#af4086]"
/* SCSS */
$brand: #af4086;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.525)
/* Android */
Color.parseColor("#af4086")Accessibility — WCAG contrast
Aa
#af4086 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4086 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow23.4%
Key (black)31.4%
Color previews
#af4086 text on a black background
contrast 3.90:1
Card sample
#af4086 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4086;
Background color
Panel with #af4086 background
background-color: #af4086;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4086;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4086; background: linear-gradient(135deg, #af4086, #AF4440);