#af13cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 19, 203
HSL
291°, 83%, 44%
CMYK
14, 91, 0, 20
Luminance
0.1389
Every format
| HEX | #af13cb |
| RGB | rgb(175, 19, 203) |
| HSL | hsl(291, 83%, 44%) |
| CMYK | cmyk(14%, 91%, 0%, 20%) |
| LAB | lab(44.1 76.4 -58.2) |
| LCH | lch(44.1 96.1 322.7) |
| OKLCH | oklch(0.553 0.256 320.3) |
Copy-ready code
/* CSS */
color: #af13cb;
background-color: #af13cb;
/* Tailwind (arbitrary) */
class="text-[#af13cb] bg-[#af13cb]"
/* SCSS */
$brand: #af13cb;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.796)
/* Android */
Color.parseColor("#af13cb")Accessibility — WCAG contrast
Aa
#af13cb on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af13cb on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta90.6%
Yellow0.0%
Key (black)20.4%
Color previews
#af13cb text on a black background
contrast 3.78:1
Card sample
#af13cb text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af13cb;
Background color
Panel with #af13cb background
background-color: #af13cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af13cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af13cb; background: linear-gradient(135deg, #af13cb, #CB136C);