#af2dae
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 45, 174
HSL
301°, 59%, 43%
CMYK
0, 74, 1, 31
Luminance
0.1405
Every format
| HEX | #af2dae |
| RGB | rgb(175, 45, 174) |
| HSL | hsl(301, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 1%, 31%) |
| LAB | lab(44.3 65.7 -40.9) |
| LCH | lch(44.3 77.4 328.1) |
| OKLCH | oklch(0.548 0.216 328.4) |
Copy-ready code
/* CSS */
color: #af2dae;
background-color: #af2dae;
/* Tailwind (arbitrary) */
class="text-[#af2dae] bg-[#af2dae]"
/* SCSS */
$brand: #af2dae;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.682)
/* Android */
Color.parseColor("#af2dae")Accessibility — WCAG contrast
Aa
#af2dae on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2dae on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow0.6%
Key (black)31.4%
Color previews
#af2dae text on a black background
contrast 3.81:1
Card sample
#af2dae text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2dae;
Background color
Panel with #af2dae background
background-color: #af2dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2dae; background: linear-gradient(135deg, #af2dae, #AF2D57);