#af0367
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 3, 103
HSL
325°, 97%, 35%
CMYK
0, 98, 41, 31
Luminance
0.1016
Every format
| HEX | #af0367 |
| RGB | rgb(175, 3, 103) |
| HSL | hsl(325, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 41%, 31%) |
| LAB | lab(38.1 64.9 -7.0) |
| LCH | lch(38.1 65.2 353.9) |
| OKLCH | oklch(0.493 0.201 355.0) |
Copy-ready code
/* CSS */
color: #af0367;
background-color: #af0367;
/* Tailwind (arbitrary) */
class="text-[#af0367] bg-[#af0367]"
/* SCSS */
$brand: #af0367;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.404)
/* Android */
Color.parseColor("#af0367")Accessibility — WCAG contrast
Aa
#af0367 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0367 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow41.1%
Key (black)31.4%
Color previews
#af0367 text on a black background
contrast 3.03:1
Card sample
#af0367 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0367;
Background color
Panel with #af0367 background
background-color: #af0367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0367; background: linear-gradient(135deg, #af0367, #AF1203);