#af0f8b
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 15, 139
HSL
314°, 84%, 37%
CMYK
0, 91, 21, 31
Luminance
0.1132
Every format
| HEX | #af0f8b |
| RGB | rgb(175, 15, 139) |
| HSL | hsl(314, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 21%, 31%) |
| LAB | lab(40.1 67.5 -26.4) |
| LCH | lch(40.1 72.5 338.6) |
| OKLCH | oklch(0.513 0.215 340.6) |
Copy-ready code
/* CSS */
color: #af0f8b;
background-color: #af0f8b;
/* Tailwind (arbitrary) */
class="text-[#af0f8b] bg-[#af0f8b]"
/* SCSS */
$brand: #af0f8b;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.545)
/* Android */
Color.parseColor("#af0f8b")Accessibility — WCAG contrast
Aa
#af0f8b on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0f8b on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow20.6%
Key (black)31.4%
Color previews
#af0f8b text on a black background
contrast 3.26:1
Card sample
#af0f8b text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0f8b;
Background color
Panel with #af0f8b background
background-color: #af0f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0f8b; background: linear-gradient(135deg, #af0f8b, #AF0F20);