#af08c3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 8, 195
HSL
294°, 92%, 40%
CMYK
10, 96, 0, 24
Luminance
0.1323
Every format
| HEX | #af08c3 |
| RGB | rgb(175, 8, 195) |
| HSL | hsl(294, 92%, 40%) |
| CMYK | cmyk(10%, 96%, 0%, 24%) |
| LAB | lab(43.1 76.4 -55.1) |
| LCH | lch(43.1 94.2 324.2) |
| OKLCH | oklch(0.544 0.254 322.5) |
Copy-ready code
/* CSS */
color: #af08c3;
background-color: #af08c3;
/* Tailwind (arbitrary) */
class="text-[#af08c3] bg-[#af08c3]"
/* SCSS */
$brand: #af08c3;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.765)
/* Android */
Color.parseColor("#af08c3")Accessibility — WCAG contrast
Aa
#af08c3 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af08c3 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta95.9%
Yellow0.0%
Key (black)23.5%
Color previews
#af08c3 text on a black background
contrast 3.65:1
Card sample
#af08c3 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af08c3;
Background color
Panel with #af08c3 background
background-color: #af08c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af08c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af08c3; background: linear-gradient(135deg, #af08c3, #C3085A);