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