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