#af2dbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 45, 191
HSL
293°, 62%, 46%
CMYK
8, 76, 0, 25
Luminance
0.1475
Every format
| HEX | #af2dbf |
| RGB | rgb(175, 45, 191) |
| HSL | hsl(293, 62%, 46%) |
| CMYK | cmyk(8%, 76%, 0%, 25%) |
| LAB | lab(45.3 68.6 -49.3) |
| LCH | lch(45.3 84.5 324.3) |
| OKLCH | oklch(0.559 0.229 323.0) |
Copy-ready code
/* CSS */
color: #af2dbf;
background-color: #af2dbf;
/* Tailwind (arbitrary) */
class="text-[#af2dbf] bg-[#af2dbf]"
/* SCSS */
$brand: #af2dbf;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#af2dbf")Accessibility — WCAG contrast
Aa
#af2dbf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2dbf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#af2dbf text on a black background
contrast 3.95:1
Card sample
#af2dbf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2dbf;
Background color
Panel with #af2dbf background
background-color: #af2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2dbf; background: linear-gradient(135deg, #af2dbf, #BF2D6E);