#af2abc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 42, 188
HSL
295°, 64%, 45%
CMYK
7, 78, 0, 26
Luminance
0.1440
Every format
| HEX | #af2abc |
| RGB | rgb(175, 42, 188) |
| HSL | hsl(295, 64%, 45%) |
| CMYK | cmyk(7%, 78%, 0%, 26%) |
| LAB | lab(44.8 69.0 -48.3) |
| LCH | lch(44.8 84.2 325.0) |
| OKLCH | oklch(0.555 0.230 324.0) |
Copy-ready code
/* CSS */
color: #af2abc;
background-color: #af2abc;
/* Tailwind (arbitrary) */
class="text-[#af2abc] bg-[#af2abc]"
/* SCSS */
$brand: #af2abc;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#af2abc")Accessibility — WCAG contrast
Aa
#af2abc on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2abc on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta77.7%
Yellow0.0%
Key (black)26.3%
Color previews
#af2abc text on a black background
contrast 3.88:1
Card sample
#af2abc text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2abc;
Background color
Panel with #af2abc background
background-color: #af2abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2abc; background: linear-gradient(135deg, #af2abc, #BC2A68);