#af2bac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 43, 172
HSL
301°, 61%, 43%
CMYK
0, 75, 2, 31
Luminance
0.1382
Every format
| HEX | #af2bac |
| RGB | rgb(175, 43, 172) |
| HSL | hsl(301, 61%, 43%) |
| CMYK | cmyk(0%, 75%, 2%, 31%) |
| LAB | lab(44.0 66.0 -40.2) |
| LCH | lch(44.0 77.3 328.7) |
| OKLCH | oklch(0.546 0.216 329.1) |
Copy-ready code
/* CSS */
color: #af2bac;
background-color: #af2bac;
/* Tailwind (arbitrary) */
class="text-[#af2bac] bg-[#af2bac]"
/* SCSS */
$brand: #af2bac;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.675)
/* Android */
Color.parseColor("#af2bac")Accessibility — WCAG contrast
Aa
#af2bac on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bac on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow1.7%
Key (black)31.4%
Color previews
#af2bac text on a black background
contrast 3.76:1
Card sample
#af2bac text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bac;
Background color
Panel with #af2bac background
background-color: #af2bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bac; background: linear-gradient(135deg, #af2bac, #AF2B54);