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