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