#af36ba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 54, 186
HSL
295°, 55%, 47%
CMYK
6, 71, 0, 27
Luminance
0.1530
Every format
| HEX | #af36ba |
| RGB | rgb(175, 54, 186) |
| HSL | hsl(295, 55%, 47%) |
| CMYK | cmyk(6%, 71%, 0%, 27%) |
| LAB | lab(46.0 64.7 -45.2) |
| LCH | lch(46.0 78.9 325.1) |
| OKLCH | oklch(0.563 0.216 324.3) |
Copy-ready code
/* CSS */
color: #af36ba;
background-color: #af36ba;
/* Tailwind (arbitrary) */
class="text-[#af36ba] bg-[#af36ba]"
/* SCSS */
$brand: #af36ba;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.729)
/* Android */
Color.parseColor("#af36ba")Accessibility — WCAG contrast
Aa
#af36ba on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af36ba on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta71.0%
Yellow0.0%
Key (black)27.1%
Color previews
#af36ba text on a black background
contrast 4.06:1
Card sample
#af36ba text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af36ba;
Background color
Panel with #af36ba background
background-color: #af36ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af36ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af36ba; background: linear-gradient(135deg, #af36ba, #BA366D);