#af3dac
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 61, 172
HSL
302°, 48%, 46%
CMYK
0, 65, 2, 31
Luminance
0.1543
Every format
| HEX | #af3dac |
| RGB | rgb(175, 61, 172) |
| HSL | hsl(302, 48%, 46%) |
| CMYK | cmyk(0%, 65%, 2%, 31%) |
| LAB | lab(46.2 59.7 -36.7) |
| LCH | lch(46.2 70.0 328.4) |
| OKLCH | oklch(0.562 0.196 328.9) |
Copy-ready code
/* CSS */
color: #af3dac;
background-color: #af3dac;
/* Tailwind (arbitrary) */
class="text-[#af3dac] bg-[#af3dac]"
/* SCSS */
$brand: #af3dac;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 0.675)
/* Android */
Color.parseColor("#af3dac")Accessibility — WCAG contrast
Aa
#af3dac on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3dac on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow1.7%
Key (black)31.4%
Color previews
#af3dac text on a black background
contrast 4.09:1
Card sample
#af3dac text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3dac;
Background color
Panel with #af3dac background
background-color: #af3dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3dac; background: linear-gradient(135deg, #af3dac, #AF3D60);