#af2bbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 43, 188
HSL
295°, 63%, 45%
CMYK
7, 77, 0, 26
Luminance
0.1447
Every format
| HEX | #af2bbc |
| RGB | rgb(175, 43, 188) |
| HSL | hsl(295, 63%, 45%) |
| CMYK | cmyk(7%, 77%, 0%, 26%) |
| LAB | lab(44.9 68.7 -48.2) |
| LCH | lch(44.9 83.9 324.9) |
| OKLCH | oklch(0.555 0.229 324.0) |
Copy-ready code
/* CSS */
color: #af2bbc;
background-color: #af2bbc;
/* Tailwind (arbitrary) */
class="text-[#af2bbc] bg-[#af2bbc]"
/* SCSS */
$brand: #af2bbc;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.737)
/* Android */
Color.parseColor("#af2bbc")Accessibility — WCAG contrast
Aa
#af2bbc on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bbc on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta77.1%
Yellow0.0%
Key (black)26.3%
Color previews
#af2bbc text on a black background
contrast 3.89:1
Card sample
#af2bbc text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bbc;
Background color
Panel with #af2bbc background
background-color: #af2bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bbc; background: linear-gradient(135deg, #af2bbc, #BC2B68);