#af01cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 1, 203
HSL
292°, 99%, 40%
CMYK
14, 100, 0, 20
Luminance
0.1345
Every format
| HEX | #af01cb |
| RGB | rgb(175, 1, 203) |
| HSL | hsl(292, 99%, 40%) |
| CMYK | cmyk(14%, 100%, 0%, 20%) |
| LAB | lab(43.4 78.4 -59.3) |
| LCH | lch(43.4 98.3 322.9) |
| OKLCH | oklch(0.548 0.262 320.5) |
Copy-ready code
/* CSS */
color: #af01cb;
background-color: #af01cb;
/* Tailwind (arbitrary) */
class="text-[#af01cb] bg-[#af01cb]"
/* SCSS */
$brand: #af01cb;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#af01cb")Accessibility — WCAG contrast
Aa
#af01cb on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af01cb on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#af01cb text on a black background
contrast 3.69:1
Card sample
#af01cb text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af01cb;
Background color
Panel with #af01cb background
background-color: #af01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af01cb; background: linear-gradient(135deg, #af01cb, #CB0160);