#af033c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 3, 60
HSL
340°, 97%, 35%
CMYK
0, 98, 66, 31
Luminance
0.0951
Every format
| HEX | #af033c |
| RGB | rgb(175, 3, 60) |
| HSL | hsl(340, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 66%, 31%) |
| LAB | lab(37.0 61.7 19.0) |
| LCH | lch(37.0 64.6 17.1) |
| OKLCH | oklch(0.481 0.191 13.8) |
Copy-ready code
/* CSS */
color: #af033c;
background-color: #af033c;
/* Tailwind (arbitrary) */
class="text-[#af033c] bg-[#af033c]"
/* SCSS */
$brand: #af033c;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.235)
/* Android */
Color.parseColor("#af033c")Accessibility — WCAG contrast
Aa
#af033c on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af033c on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow65.7%
Key (black)31.4%
Color previews
#af033c text on a black background
contrast 2.90:1
Card sample
#af033c text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af033c;
Background color
Panel with #af033c background
background-color: #af033c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af033c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af033c; background: linear-gradient(135deg, #af033c, #AF3D03);