#af099c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 156
HSL
307°, 90%, 36%
CMYK
0, 95, 11, 31
Luminance
0.1171
Every format
| HEX | #af099c |
| RGB | rgb(175, 9, 156) |
| HSL | hsl(307, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 11%, 31%) |
| LAB | lab(40.8 70.4 -35.8) |
| LCH | lch(40.8 79.0 333.1) |
| OKLCH | oklch(0.520 0.228 334.5) |
Copy-ready code
/* CSS */
color: #af099c;
background-color: #af099c;
/* Tailwind (arbitrary) */
class="text-[#af099c] bg-[#af099c]"
/* SCSS */
$brand: #af099c;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.612)
/* Android */
Color.parseColor("#af099c")Accessibility — WCAG contrast
Aa
#af099c on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af099c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow10.9%
Key (black)31.4%
Color previews
#af099c text on a black background
contrast 3.34:1
Card sample
#af099c text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af099c;
Background color
Panel with #af099c background
background-color: #af099c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af099c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af099c; background: linear-gradient(135deg, #af099c, #AF092D);