#af0cbd
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 189
HSL
295°, 88%, 39%
CMYK
7, 94, 0, 26
Luminance
0.1305
Every format
| HEX | #af0cbd |
| RGB | rgb(175, 12, 189) |
| HSL | hsl(295, 88%, 39%) |
| CMYK | cmyk(7%, 94%, 0%, 26%) |
| LAB | lab(42.8 75.0 -52.0) |
| LCH | lch(42.8 91.3 325.3) |
| OKLCH | oklch(0.541 0.249 324.2) |
Copy-ready code
/* CSS */
color: #af0cbd;
background-color: #af0cbd;
/* Tailwind (arbitrary) */
class="text-[#af0cbd] bg-[#af0cbd]"
/* SCSS */
$brand: #af0cbd;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.741)
/* Android */
Color.parseColor("#af0cbd")Accessibility — WCAG contrast
Aa
#af0cbd on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0cbd on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta93.7%
Yellow0.0%
Key (black)25.9%
Color previews
#af0cbd text on a black background
contrast 3.61:1
Card sample
#af0cbd text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0cbd;
Background color
Panel with #af0cbd background
background-color: #af0cbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0cbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0cbd; background: linear-gradient(135deg, #af0cbd, #BD0C55);