#af1065
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 16, 101
HSL
328°, 83%, 38%
CMYK
0, 91, 42, 31
Luminance
0.1042
Every format
| HEX | #af1065 |
| RGB | rgb(175, 16, 101) |
| HSL | hsl(328, 83%, 38%) |
| CMYK | cmyk(0%, 91%, 42%, 31%) |
| LAB | lab(38.6 63.1 -5.0) |
| LCH | lch(38.6 63.3 355.5) |
| OKLCH | oklch(0.496 0.195 356.4) |
Copy-ready code
/* CSS */
color: #af1065;
background-color: #af1065;
/* Tailwind (arbitrary) */
class="text-[#af1065] bg-[#af1065]"
/* SCSS */
$brand: #af1065;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.396)
/* Android */
Color.parseColor("#af1065")Accessibility — WCAG contrast
Aa
#af1065 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1065 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow42.3%
Key (black)31.4%
Color previews
#af1065 text on a black background
contrast 3.08:1
Card sample
#af1065 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1065;
Background color
Panel with #af1065 background
background-color: #af1065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1065; background: linear-gradient(135deg, #af1065, #AF2510);