#af2dbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 45, 188
HSL
295°, 61%, 46%
CMYK
7, 76, 0, 26
Luminance
0.1462
Every format
| HEX | #af2dbc |
| RGB | rgb(175, 45, 188) |
| HSL | hsl(295, 61%, 46%) |
| CMYK | cmyk(7%, 76%, 0%, 26%) |
| LAB | lab(45.1 68.0 -47.8) |
| LCH | lch(45.1 83.2 324.9) |
| OKLCH | oklch(0.557 0.227 323.9) |
Copy-ready code
/* CSS */
color: #af2dbc;
background-color: #af2dbc;
/* Tailwind (arbitrary) */
class="text-[#af2dbc] bg-[#af2dbc]"
/* SCSS */
$brand: #af2dbc;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.737)
/* Android */
Color.parseColor("#af2dbc")Accessibility — WCAG contrast
Aa
#af2dbc on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2dbc on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta76.1%
Yellow0.0%
Key (black)26.3%
Color previews
#af2dbc text on a black background
contrast 3.92:1
Card sample
#af2dbc text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2dbc;
Background color
Panel with #af2dbc background
background-color: #af2dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2dbc; background: linear-gradient(135deg, #af2dbc, #BC2D6A);