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