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