#af0c67
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 103
HSL
327°, 87%, 37%
CMYK
0, 93, 41, 31
Luminance
0.1036
Every format
| HEX | #af0c67 |
| RGB | rgb(175, 12, 103) |
| HSL | hsl(327, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 41%, 31%) |
| LAB | lab(38.5 63.9 -6.4) |
| LCH | lch(38.5 64.2 354.2) |
| OKLCH | oklch(0.496 0.198 355.3) |
Copy-ready code
/* CSS */
color: #af0c67;
background-color: #af0c67;
/* Tailwind (arbitrary) */
class="text-[#af0c67] bg-[#af0c67]"
/* SCSS */
$brand: #af0c67;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.404)
/* Android */
Color.parseColor("#af0c67")Accessibility — WCAG contrast
Aa
#af0c67 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0c67 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow41.1%
Key (black)31.4%
Color previews
#af0c67 text on a black background
contrast 3.07:1
Card sample
#af0c67 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c67;
Background color
Panel with #af0c67 background
background-color: #af0c67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c67; background: linear-gradient(135deg, #af0c67, #AF1E0C);