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