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