#af2fbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 47, 188
HSL
295°, 60%, 46%
CMYK
7, 75, 0, 26
Luminance
0.1478
Every format
| HEX | #af2fbc |
| RGB | rgb(175, 47, 188) |
| HSL | hsl(295, 60%, 46%) |
| CMYK | cmyk(7%, 75%, 0%, 26%) |
| LAB | lab(45.3 67.4 -47.5) |
| LCH | lch(45.3 82.5 324.8) |
| OKLCH | oklch(0.558 0.225 323.9) |
Copy-ready code
/* CSS */
color: #af2fbc;
background-color: #af2fbc;
/* Tailwind (arbitrary) */
class="text-[#af2fbc] bg-[#af2fbc]"
/* SCSS */
$brand: #af2fbc;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#af2fbc")Accessibility — WCAG contrast
Aa
#af2fbc on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fbc on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#af2fbc text on a black background
contrast 3.96:1
Card sample
#af2fbc text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fbc;
Background color
Panel with #af2fbc background
background-color: #af2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fbc; background: linear-gradient(135deg, #af2fbc, #BC2F6B);