#af18cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 24, 203
HSL
291°, 79%, 45%
CMYK
14, 88, 0, 20
Luminance
0.1408
Every format
| HEX | #af18cb |
| RGB | rgb(175, 24, 203) |
| HSL | hsl(291, 79%, 45%) |
| CMYK | cmyk(14%, 88%, 0%, 20%) |
| LAB | lab(44.4 75.7 -57.8) |
| LCH | lch(44.4 95.2 322.6) |
| OKLCH | oklch(0.554 0.254 320.2) |
Copy-ready code
/* CSS */
color: #af18cb;
background-color: #af18cb;
/* Tailwind (arbitrary) */
class="text-[#af18cb] bg-[#af18cb]"
/* SCSS */
$brand: #af18cb;
/* SwiftUI */
Color(red: 0.686, green: 0.094, blue: 0.796)
/* Android */
Color.parseColor("#af18cb")Accessibility — WCAG contrast
Aa
#af18cb on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af18cb on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.4%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta88.2%
Yellow0.0%
Key (black)20.4%
Color previews
#af18cb text on a black background
contrast 3.82:1
Card sample
#af18cb text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af18cb;
Background color
Panel with #af18cb background
background-color: #af18cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af18cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 24, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 24, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af18cb; background: linear-gradient(135deg, #af18cb, #CB1870);