#af0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 15, 186
HSL
296°, 85%, 39%
CMYK
6, 92, 0, 27
Luminance
0.1300
Every format
| HEX | #af0fba |
| RGB | rgb(175, 15, 186) |
| HSL | hsl(296, 85%, 39%) |
| CMYK | cmyk(6%, 92%, 0%, 27%) |
| LAB | lab(42.8 74.2 -50.4) |
| LCH | lch(42.8 89.7 325.8) |
| OKLCH | oklch(0.540 0.246 325.0) |
Copy-ready code
/* CSS */
color: #af0fba;
background-color: #af0fba;
/* Tailwind (arbitrary) */
class="text-[#af0fba] bg-[#af0fba]"
/* SCSS */
$brand: #af0fba;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#af0fba")Accessibility — WCAG contrast
Aa
#af0fba on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fba on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#af0fba text on a black background
contrast 3.60:1
Card sample
#af0fba text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fba;
Background color
Panel with #af0fba background
background-color: #af0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fba; background: linear-gradient(135deg, #af0fba, #BA0F53);