#af0bcf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 11, 207
HSL
290°, 90%, 43%
CMYK
16, 95, 0, 19
Luminance
0.1386
Every format
| HEX | #af0bcf |
| RGB | rgb(175, 11, 207) |
| HSL | hsl(290, 90%, 43%) |
| CMYK | cmyk(16%, 95%, 0%, 19%) |
| LAB | lab(44.0 78.1 -60.6) |
| LCH | lch(44.0 98.8 322.2) |
| OKLCH | oklch(0.553 0.262 319.3) |
Copy-ready code
/* CSS */
color: #af0bcf;
background-color: #af0bcf;
/* Tailwind (arbitrary) */
class="text-[#af0bcf] bg-[#af0bcf]"
/* SCSS */
$brand: #af0bcf;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.812)
/* Android */
Color.parseColor("#af0bcf")Accessibility — WCAG contrast
Aa
#af0bcf on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0bcf on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta94.7%
Yellow0.0%
Key (black)18.8%
Color previews
#af0bcf text on a black background
contrast 3.77:1
Card sample
#af0bcf text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0bcf;
Background color
Panel with #af0bcf background
background-color: #af0bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0bcf; background: linear-gradient(135deg, #af0bcf, #CF0B6C);