#af0fbf
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 15, 191
HSL
295°, 85%, 40%
CMYK
8, 92, 0, 25
Luminance
0.1322
Every format
| HEX | #af0fbf |
| RGB | rgb(175, 15, 191) |
| HSL | hsl(295, 85%, 40%) |
| CMYK | cmyk(8%, 92%, 0%, 25%) |
| LAB | lab(43.1 75.0 -52.8) |
| LCH | lch(43.1 91.7 324.8) |
| OKLCH | oklch(0.543 0.249 323.6) |
Copy-ready code
/* CSS */
color: #af0fbf;
background-color: #af0fbf;
/* Tailwind (arbitrary) */
class="text-[#af0fbf] bg-[#af0fbf]"
/* SCSS */
$brand: #af0fbf;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.749)
/* Android */
Color.parseColor("#af0fbf")Accessibility — WCAG contrast
Aa
#af0fbf on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fbf on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta92.1%
Yellow0.0%
Key (black)25.1%
Color previews
#af0fbf text on a black background
contrast 3.64:1
Card sample
#af0fbf text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fbf;
Background color
Panel with #af0fbf background
background-color: #af0fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fbf; background: linear-gradient(135deg, #af0fbf, #BF0F5A);