#af2bb8
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 43, 184
HSL
296°, 62%, 45%
CMYK
5, 77, 0, 28
Luminance
0.1430
Every format
| HEX | #af2bb8 |
| RGB | rgb(175, 43, 184) |
| HSL | hsl(296, 62%, 45%) |
| CMYK | cmyk(5%, 77%, 0%, 28%) |
| LAB | lab(44.7 68.0 -46.2) |
| LCH | lch(44.7 82.2 325.8) |
| OKLCH | oklch(0.553 0.226 325.2) |
Copy-ready code
/* CSS */
color: #af2bb8;
background-color: #af2bb8;
/* Tailwind (arbitrary) */
class="text-[#af2bb8] bg-[#af2bb8]"
/* SCSS */
$brand: #af2bb8;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.722)
/* Android */
Color.parseColor("#af2bb8")Accessibility — WCAG contrast
Aa
#af2bb8 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bb8 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue72.2%
CMYK percentages
Cyan4.9%
Magenta76.6%
Yellow0.0%
Key (black)27.8%
Color previews
#af2bb8 text on a black background
contrast 3.86:1
Card sample
#af2bb8 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bb8;
Background color
Panel with #af2bb8 background
background-color: #af2bb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bb8; background: linear-gradient(135deg, #af2bb8, #B82B63);