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