#af05cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 5, 207
HSL
291°, 95%, 42%
CMYK
16, 98, 0, 19
Luminance
0.1373
Every format
| HEX | #af05cf |
| RGB | rgb(175, 5, 207) |
| HSL | hsl(291, 95%, 42%) |
| CMYK | cmyk(16%, 98%, 0%, 19%) |
| LAB | lab(43.8 78.7 -60.9) |
| LCH | lch(43.8 99.5 322.2) |
| OKLCH | oklch(0.552 0.264 319.4) |
Copy-ready code
/* CSS */
color: #af05cf;
background-color: #af05cf;
/* Tailwind (arbitrary) */
class="text-[#af05cf] bg-[#af05cf]"
/* SCSS */
$brand: #af05cf;
/* SwiftUI */
Color(red: 0.686, green: 0.020, blue: 0.812)
/* Android */
Color.parseColor("#af05cf")Accessibility — WCAG contrast
Aa
#af05cf on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af05cf on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta97.6%
Yellow0.0%
Key (black)18.8%
Color previews
#af05cf text on a black background
contrast 3.75:1
Card sample
#af05cf text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af05cf;
Background color
Panel with #af05cf background
background-color: #af05cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af05cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 5, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 5, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af05cf; background: linear-gradient(135deg, #af05cf, #CF0568);