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