#af08ab
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 8, 171
HSL
301°, 91%, 36%
CMYK
0, 95, 2, 31
Luminance
0.1223
Every format
| HEX | #af08ab |
| RGB | rgb(175, 8, 171) |
| HSL | hsl(301, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 2%, 31%) |
| LAB | lab(41.6 72.7 -43.4) |
| LCH | lch(41.6 84.7 329.1) |
| OKLCH | oklch(0.528 0.238 329.6) |
Copy-ready code
/* CSS */
color: #af08ab;
background-color: #af08ab;
/* Tailwind (arbitrary) */
class="text-[#af08ab] bg-[#af08ab]"
/* SCSS */
$brand: #af08ab;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#af08ab")Accessibility — WCAG contrast
Aa
#af08ab on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af08ab on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow2.3%
Key (black)31.4%
Color previews
#af08ab text on a black background
contrast 3.45:1
Card sample
#af08ab text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af08ab;
Background color
Panel with #af08ab background
background-color: #af08ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af08ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af08ab; background: linear-gradient(135deg, #af08ab, #AF083C);