#af063c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 6, 60
HSL
341°, 93%, 36%
CMYK
0, 97, 66, 31
Luminance
0.0957
Every format
| HEX | #af063c |
| RGB | rgb(175, 6, 60) |
| HSL | hsl(341, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 66%, 31%) |
| LAB | lab(37.1 61.4 19.2) |
| LCH | lch(37.1 64.3 17.4) |
| OKLCH | oklch(0.482 0.190 14.0) |
Copy-ready code
/* CSS */
color: #af063c;
background-color: #af063c;
/* Tailwind (arbitrary) */
class="text-[#af063c] bg-[#af063c]"
/* SCSS */
$brand: #af063c;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.235)
/* Android */
Color.parseColor("#af063c")Accessibility — WCAG contrast
Aa
#af063c on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af063c on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow65.7%
Key (black)31.4%
Color previews
#af063c text on a black background
contrast 2.91:1
Card sample
#af063c text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af063c;
Background color
Panel with #af063c background
background-color: #af063c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af063c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af063c; background: linear-gradient(135deg, #af063c, #AF4106);