#af035f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 3, 95
HSL
328°, 97%, 35%
CMYK
0, 98, 46, 31
Luminance
0.1001
Every format
| HEX | #af035f |
| RGB | rgb(175, 3, 95) |
| HSL | hsl(328, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 46%, 31%) |
| LAB | lab(37.9 64.2 -2.3) |
| LCH | lch(37.9 64.2 358.0) |
| OKLCH | oklch(0.490 0.198 358.5) |
Copy-ready code
/* CSS */
color: #af035f;
background-color: #af035f;
/* Tailwind (arbitrary) */
class="text-[#af035f] bg-[#af035f]"
/* SCSS */
$brand: #af035f;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.373)
/* Android */
Color.parseColor("#af035f")Accessibility — WCAG contrast
Aa
#af035f on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af035f on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow45.7%
Key (black)31.4%
Color previews
#af035f text on a black background
contrast 3.00:1
Card sample
#af035f text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af035f;
Background color
Panel with #af035f background
background-color: #af035f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af035f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af035f; background: linear-gradient(135deg, #af035f, #AF1A03);