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