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