#af0b9b
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 11, 155
HSL
307°, 88%, 37%
CMYK
0, 94, 11, 31
Luminance
0.1172
Every format
| HEX | #af0b9b |
| RGB | rgb(175, 11, 155) |
| HSL | hsl(307, 88%, 37%) |
| CMYK | cmyk(0%, 94%, 11%, 31%) |
| LAB | lab(40.8 70.1 -35.1) |
| LCH | lch(40.8 78.4 333.4) |
| OKLCH | oklch(0.520 0.226 334.8) |
Copy-ready code
/* CSS */
color: #af0b9b;
background-color: #af0b9b;
/* Tailwind (arbitrary) */
class="text-[#af0b9b] bg-[#af0b9b]"
/* SCSS */
$brand: #af0b9b;
/* SwiftUI */
Color(red: 0.686, green: 0.043, blue: 0.608)
/* Android */
Color.parseColor("#af0b9b")Accessibility — WCAG contrast
Aa
#af0b9b on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0b9b on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow11.4%
Key (black)31.4%
Color previews
#af0b9b text on a black background
contrast 3.34:1
Card sample
#af0b9b text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0b9b;
Background color
Panel with #af0b9b background
background-color: #af0b9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0b9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 11, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 11, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0b9b; background: linear-gradient(135deg, #af0b9b, #AF0B2E);