#af0fbd
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 15, 189
HSL
295°, 85%, 40%
CMYK
7, 92, 0, 26
Luminance
0.1313
Every format
| HEX | #af0fbd |
| RGB | rgb(175, 15, 189) |
| HSL | hsl(295, 85%, 40%) |
| CMYK | cmyk(7%, 92%, 0%, 26%) |
| LAB | lab(43.0 74.7 -51.9) |
| LCH | lch(43.0 90.9 325.2) |
| OKLCH | oklch(0.542 0.248 324.2) |
Copy-ready code
/* CSS */
color: #af0fbd;
background-color: #af0fbd;
/* Tailwind (arbitrary) */
class="text-[#af0fbd] bg-[#af0fbd]"
/* SCSS */
$brand: #af0fbd;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.741)
/* Android */
Color.parseColor("#af0fbd")Accessibility — WCAG contrast
Aa
#af0fbd on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fbd on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta92.1%
Yellow0.0%
Key (black)25.9%
Color previews
#af0fbd text on a black background
contrast 3.63:1
Card sample
#af0fbd text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fbd;
Background color
Panel with #af0fbd background
background-color: #af0fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fbd; background: linear-gradient(135deg, #af0fbd, #BD0F57);