#af0cad
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 173
HSL
301°, 87%, 37%
CMYK
0, 93, 1, 31
Luminance
0.1239
Every format
| HEX | #af0cad |
| RGB | rgb(175, 12, 173) |
| HSL | hsl(301, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 1%, 31%) |
| LAB | lab(41.8 72.6 -44.2) |
| LCH | lch(41.8 85.0 328.6) |
| OKLCH | oklch(0.531 0.238 328.9) |
Copy-ready code
/* CSS */
color: #af0cad;
background-color: #af0cad;
/* Tailwind (arbitrary) */
class="text-[#af0cad] bg-[#af0cad]"
/* SCSS */
$brand: #af0cad;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.678)
/* Android */
Color.parseColor("#af0cad")Accessibility — WCAG contrast
Aa
#af0cad on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cad on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow1.1%
Key (black)31.4%
Color previews
#af0cad text on a black background
contrast 3.48:1
Card sample
#af0cad text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cad;
Background color
Panel with #af0cad background
background-color: #af0cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cad; background: linear-gradient(135deg, #af0cad, #AF0C40);