#af38bc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 56, 188
HSL
294°, 54%, 48%
CMYK
7, 70, 0, 26
Luminance
0.1557
Every format
| HEX | #af38bc |
| RGB | rgb(175, 56, 188) |
| HSL | hsl(294, 54%, 48%) |
| CMYK | cmyk(7%, 70%, 0%, 26%) |
| LAB | lab(46.4 64.3 -45.8) |
| LCH | lch(46.4 79.0 324.6) |
| OKLCH | oklch(0.566 0.215 323.6) |
Copy-ready code
/* CSS */
color: #af38bc;
background-color: #af38bc;
/* Tailwind (arbitrary) */
class="text-[#af38bc] bg-[#af38bc]"
/* SCSS */
$brand: #af38bc;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#af38bc")Accessibility — WCAG contrast
Aa
#af38bc on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af38bc on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta70.2%
Yellow0.0%
Key (black)26.3%
Color previews
#af38bc text on a black background
contrast 4.11:1
Card sample
#af38bc text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af38bc;
Background color
Panel with #af38bc background
background-color: #af38bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af38bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af38bc; background: linear-gradient(135deg, #af38bc, #BC3871);