#af0bad
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 11, 173
HSL
301°, 88%, 37%
CMYK
0, 94, 1, 31
Luminance
0.1237
Every format
| HEX | #af0bad |
| RGB | rgb(175, 11, 173) |
| HSL | hsl(301, 88%, 37%) |
| CMYK | cmyk(0%, 94%, 1%, 31%) |
| LAB | lab(41.8 72.7 -44.3) |
| LCH | lch(41.8 85.1 328.6) |
| OKLCH | oklch(0.530 0.238 328.9) |
Copy-ready code
/* CSS */
color: #af0bad;
background-color: #af0bad;
/* Tailwind (arbitrary) */
class="text-[#af0bad] bg-[#af0bad]"
/* SCSS */
$brand: #af0bad;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.678)
/* Android */
Color.parseColor("#af0bad")Accessibility — WCAG contrast
Aa
#af0bad on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0bad on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow1.1%
Key (black)31.4%
Color previews
#af0bad text on a black background
contrast 3.47:1
Card sample
#af0bad text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0bad;
Background color
Panel with #af0bad background
background-color: #af0bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0bad; background: linear-gradient(135deg, #af0bad, #AF0B40);