#af0bc4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 11, 196
HSL
293°, 89%, 41%
CMYK
11, 94, 0, 23
Luminance
0.1334
Every format
| HEX | #af0bc4 |
| RGB | rgb(175, 11, 196) |
| HSL | hsl(293, 89%, 41%) |
| CMYK | cmyk(11%, 94%, 0%, 23%) |
| LAB | lab(43.3 76.3 -55.5) |
| LCH | lch(43.3 94.3 324.0) |
| OKLCH | oklch(0.545 0.254 322.2) |
Copy-ready code
/* CSS */
color: #af0bc4;
background-color: #af0bc4;
/* Tailwind (arbitrary) */
class="text-[#af0bc4] bg-[#af0bc4]"
/* SCSS */
$brand: #af0bc4;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.769)
/* Android */
Color.parseColor("#af0bc4")Accessibility — WCAG contrast
Aa
#af0bc4 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0bc4 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta94.4%
Yellow0.0%
Key (black)23.1%
Color previews
#af0bc4 text on a black background
contrast 3.67:1
Card sample
#af0bc4 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0bc4;
Background color
Panel with #af0bc4 background
background-color: #af0bc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0bc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0bc4; background: linear-gradient(135deg, #af0bc4, #C40B5E);