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