#af0bcb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 11, 203
HSL
291°, 90%, 42%
CMYK
14, 95, 0, 20
Luminance
0.1367
Every format
| HEX | #af0bcb |
| RGB | rgb(175, 11, 203) |
| HSL | hsl(291, 90%, 42%) |
| CMYK | cmyk(14%, 95%, 0%, 20%) |
| LAB | lab(43.8 77.4 -58.8) |
| LCH | lch(43.8 97.2 322.8) |
| OKLCH | oklch(0.550 0.259 320.4) |
Copy-ready code
/* CSS */
color: #af0bcb;
background-color: #af0bcb;
/* Tailwind (arbitrary) */
class="text-[#af0bcb] bg-[#af0bcb]"
/* SCSS */
$brand: #af0bcb;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.796)
/* Android */
Color.parseColor("#af0bcb")Accessibility — WCAG contrast
Aa
#af0bcb on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0bcb on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta94.6%
Yellow0.0%
Key (black)20.4%
Color previews
#af0bcb text on a black background
contrast 3.73:1
Card sample
#af0bcb text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0bcb;
Background color
Panel with #af0bcb background
background-color: #af0bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0bcb; background: linear-gradient(135deg, #af0bcb, #CB0B67);