#af3eba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 62, 186
HSL
295°, 50%, 49%
CMYK
6, 67, 0, 27
Luminance
0.1610
Every format
| HEX | #af3eba |
| RGB | rgb(175, 62, 186) |
| HSL | hsl(295, 50%, 49%) |
| CMYK | cmyk(6%, 67%, 0%, 27%) |
| LAB | lab(47.1 61.7 -43.5) |
| LCH | lch(47.1 75.5 324.8) |
| OKLCH | oklch(0.571 0.206 324.1) |
Copy-ready code
/* CSS */
color: #af3eba;
background-color: #af3eba;
/* Tailwind (arbitrary) */
class="text-[#af3eba] bg-[#af3eba]"
/* SCSS */
$brand: #af3eba;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.729)
/* Android */
Color.parseColor("#af3eba")Accessibility — WCAG contrast
Aa
#af3eba on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3eba on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta66.7%
Yellow0.0%
Key (black)27.1%
Color previews
#af3eba text on a black background
contrast 4.22:1
Card sample
#af3eba text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3eba;
Background color
Panel with #af3eba background
background-color: #af3eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3eba; background: linear-gradient(135deg, #af3eba, #BA3E72);