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