#af068c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 6, 140
HSL
312°, 93%, 36%
CMYK
0, 97, 20, 31
Luminance
0.1114
Every format
| HEX | #af068c |
| RGB | rgb(175, 6, 140) |
| HSL | hsl(312, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 20%, 31%) |
| LAB | lab(39.8 68.6 -27.5) |
| LCH | lch(39.8 73.9 338.2) |
| OKLCH | oklch(0.511 0.219 340.1) |
Copy-ready code
/* CSS */
color: #af068c;
background-color: #af068c;
/* Tailwind (arbitrary) */
class="text-[#af068c] bg-[#af068c]"
/* SCSS */
$brand: #af068c;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.549)
/* Android */
Color.parseColor("#af068c")Accessibility — WCAG contrast
Aa
#af068c on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af068c on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow20.0%
Key (black)31.4%
Color previews
#af068c text on a black background
contrast 3.23:1
Card sample
#af068c text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af068c;
Background color
Panel with #af068c background
background-color: #af068c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af068c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af068c; background: linear-gradient(135deg, #af068c, #AF061B);