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