#af39b4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 57, 180
HSL
298°, 52%, 47%
CMYK
3, 68, 0, 29
Luminance
0.1534
Every format
| HEX | #af39b4 |
| RGB | rgb(175, 57, 180) |
| HSL | hsl(298, 52%, 47%) |
| CMYK | cmyk(3%, 68%, 0%, 29%) |
| LAB | lab(46.1 62.6 -41.6) |
| LCH | lch(46.1 75.1 326.4) |
| OKLCH | oklch(0.562 0.207 326.2) |
Copy-ready code
/* CSS */
color: #af39b4;
background-color: #af39b4;
/* Tailwind (arbitrary) */
class="text-[#af39b4] bg-[#af39b4]"
/* SCSS */
$brand: #af39b4;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.706)
/* Android */
Color.parseColor("#af39b4")Accessibility — WCAG contrast
Aa
#af39b4 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39b4 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta68.3%
Yellow0.0%
Key (black)29.4%
Color previews
#af39b4 text on a black background
contrast 4.07:1
Card sample
#af39b4 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39b4;
Background color
Panel with #af39b4 background
background-color: #af39b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39b4; background: linear-gradient(135deg, #af39b4, #B43967);