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