#af1bbc
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 27, 188
HSL
295°, 75%, 42%
CMYK
7, 86, 0, 26
Luminance
0.1353
Every format
| HEX | #af1bbc |
| RGB | rgb(175, 27, 188) |
| HSL | hsl(295, 75%, 42%) |
| CMYK | cmyk(7%, 86%, 0%, 26%) |
| LAB | lab(43.5 72.6 -50.3) |
| LCH | lch(43.5 88.3 325.3) |
| OKLCH | oklch(0.546 0.241 324.3) |
Copy-ready code
/* CSS */
color: #af1bbc;
background-color: #af1bbc;
/* Tailwind (arbitrary) */
class="text-[#af1bbc] bg-[#af1bbc]"
/* SCSS */
$brand: #af1bbc;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.737)
/* Android */
Color.parseColor("#af1bbc")Accessibility — WCAG contrast
Aa
#af1bbc on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1bbc on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta85.6%
Yellow0.0%
Key (black)26.3%
Color previews
#af1bbc text on a black background
contrast 3.71:1
Card sample
#af1bbc text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1bbc;
Background color
Panel with #af1bbc background
background-color: #af1bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1bbc; background: linear-gradient(135deg, #af1bbc, #BC1B5E);