#af2fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 47, 186
HSL
295°, 60%, 46%
CMYK
6, 75, 0, 27
Luminance
0.1469
Every format
| HEX | #af2fba |
| RGB | rgb(175, 47, 186) |
| HSL | hsl(295, 60%, 46%) |
| CMYK | cmyk(6%, 75%, 0%, 27%) |
| LAB | lab(45.2 67.1 -46.5) |
| LCH | lch(45.2 81.6 325.3) |
| OKLCH | oklch(0.557 0.223 324.5) |
Copy-ready code
/* CSS */
color: #af2fba;
background-color: #af2fba;
/* Tailwind (arbitrary) */
class="text-[#af2fba] bg-[#af2fba]"
/* SCSS */
$brand: #af2fba;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#af2fba")Accessibility — WCAG contrast
Aa
#af2fba on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fba on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#af2fba text on a black background
contrast 3.94:1
Card sample
#af2fba text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fba;
Background color
Panel with #af2fba background
background-color: #af2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fba; background: linear-gradient(135deg, #af2fba, #BA2F68);