#af0c83
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 131
HSL
316°, 87%, 37%
CMYK
0, 93, 25, 31
Luminance
0.1102
Every format
| HEX | #af0c83 |
| RGB | rgb(175, 12, 131) |
| HSL | hsl(316, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 25%, 31%) |
| LAB | lab(39.6 66.9 -22.3) |
| LCH | lch(39.6 70.5 341.6) |
| OKLCH | oklch(0.508 0.211 343.6) |
Copy-ready code
/* CSS */
color: #af0c83;
background-color: #af0c83;
/* Tailwind (arbitrary) */
class="text-[#af0c83] bg-[#af0c83]"
/* SCSS */
$brand: #af0c83;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.514)
/* Android */
Color.parseColor("#af0c83")Accessibility — WCAG contrast
Aa
#af0c83 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0c83 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow25.1%
Key (black)31.4%
Color previews
#af0c83 text on a black background
contrast 3.20:1
Card sample
#af0c83 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c83;
Background color
Panel with #af0c83 background
background-color: #af0c83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c83; background: linear-gradient(135deg, #af0c83, #AF0C16);