#af3bae
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 59, 174
HSL
301°, 50%, 46%
CMYK
0, 66, 1, 31
Luminance
0.1530
Every format
| HEX | #af3bae |
| RGB | rgb(175, 59, 174) |
| HSL | hsl(301, 50%, 46%) |
| CMYK | cmyk(0%, 66%, 1%, 31%) |
| LAB | lab(46.0 60.8 -38.1) |
| LCH | lch(46.0 71.8 327.9) |
| OKLCH | oklch(0.561 0.200 328.2) |
Copy-ready code
/* CSS */
color: #af3bae;
background-color: #af3bae;
/* Tailwind (arbitrary) */
class="text-[#af3bae] bg-[#af3bae]"
/* SCSS */
$brand: #af3bae;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.682)
/* Android */
Color.parseColor("#af3bae")Accessibility — WCAG contrast
Aa
#af3bae on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3bae on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow0.6%
Key (black)31.4%
Color previews
#af3bae text on a black background
contrast 4.06:1
Card sample
#af3bae text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bae;
Background color
Panel with #af3bae background
background-color: #af3bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bae; background: linear-gradient(135deg, #af3bae, #AF3B61);