#af2cb3
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 44, 179
HSL
298°, 61%, 44%
CMYK
2, 75, 0, 30
Luminance
0.1417
Every format
| HEX | #af2cb3 |
| RGB | rgb(175, 44, 179) |
| HSL | hsl(298, 61%, 44%) |
| CMYK | cmyk(2%, 75%, 0%, 30%) |
| LAB | lab(44.5 66.8 -43.5) |
| LCH | lch(44.5 79.8 326.9) |
| OKLCH | oklch(0.550 0.221 326.8) |
Copy-ready code
/* CSS */
color: #af2cb3;
background-color: #af2cb3;
/* Tailwind (arbitrary) */
class="text-[#af2cb3] bg-[#af2cb3]"
/* SCSS */
$brand: #af2cb3;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.702)
/* Android */
Color.parseColor("#af2cb3")Accessibility — WCAG contrast
Aa
#af2cb3 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2cb3 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta75.4%
Yellow0.0%
Key (black)29.8%
Color previews
#af2cb3 text on a black background
contrast 3.83:1
Card sample
#af2cb3 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2cb3;
Background color
Panel with #af2cb3 background
background-color: #af2cb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2cb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2cb3; background: linear-gradient(135deg, #af2cb3, #B32C5D);