#af2bbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 43, 191
HSL
294°, 63%, 46%
CMYK
8, 78, 0, 25
Luminance
0.1460
Every format
| HEX | #af2bbf |
| RGB | rgb(175, 43, 191) |
| HSL | hsl(294, 63%, 46%) |
| CMYK | cmyk(8%, 78%, 0%, 25%) |
| LAB | lab(45.1 69.2 -49.6) |
| LCH | lch(45.1 85.1 324.3) |
| OKLCH | oklch(0.557 0.231 323.1) |
Copy-ready code
/* CSS */
color: #af2bbf;
background-color: #af2bbf;
/* Tailwind (arbitrary) */
class="text-[#af2bbf] bg-[#af2bbf]"
/* SCSS */
$brand: #af2bbf;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.749)
/* Android */
Color.parseColor("#af2bbf")Accessibility — WCAG contrast
Aa
#af2bbf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bbf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta77.5%
Yellow0.0%
Key (black)25.1%
Color previews
#af2bbf text on a black background
contrast 3.92:1
Card sample
#af2bbf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bbf;
Background color
Panel with #af2bbf background
background-color: #af2bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bbf; background: linear-gradient(135deg, #af2bbf, #BF2B6C);