#af3bbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 59, 188
HSL
294°, 52%, 48%
CMYK
7, 69, 0, 26
Luminance
0.1587
Every format
| HEX | #af3bbc |
| RGB | rgb(175, 59, 188) |
| HSL | hsl(294, 52%, 48%) |
| CMYK | cmyk(7%, 69%, 0%, 26%) |
| LAB | lab(46.8 63.2 -45.1) |
| LCH | lch(46.8 77.7 324.5) |
| OKLCH | oklch(0.569 0.211 323.5) |
Copy-ready code
/* CSS */
color: #af3bbc;
background-color: #af3bbc;
/* Tailwind (arbitrary) */
class="text-[#af3bbc] bg-[#af3bbc]"
/* SCSS */
$brand: #af3bbc;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.737)
/* Android */
Color.parseColor("#af3bbc")Accessibility — WCAG contrast
Aa
#af3bbc on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3bbc on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta68.6%
Yellow0.0%
Key (black)26.3%
Color previews
#af3bbc text on a black background
contrast 4.17:1
Card sample
#af3bbc text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bbc;
Background color
Panel with #af3bbc background
background-color: #af3bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bbc; background: linear-gradient(135deg, #af3bbc, #BC3B73);