#af083f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 8, 63
HSL
340°, 91%, 36%
CMYK
0, 95, 64, 31
Luminance
0.0965
Every format
| HEX | #af083f |
| RGB | rgb(175, 8, 63) |
| HSL | hsl(340, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 64%, 31%) |
| LAB | lab(37.2 61.3 17.4) |
| LCH | lch(37.2 63.7 15.9) |
| OKLCH | oklch(0.483 0.189 12.9) |
Copy-ready code
/* CSS */
color: #af083f;
background-color: #af083f;
/* Tailwind (arbitrary) */
class="text-[#af083f] bg-[#af083f]"
/* SCSS */
$brand: #af083f;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.247)
/* Android */
Color.parseColor("#af083f")Accessibility — WCAG contrast
Aa
#af083f on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af083f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af083f text on a black background
contrast 2.93:1
Card sample
#af083f text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af083f;
Background color
Panel with #af083f background
background-color: #af083f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af083f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af083f; background: linear-gradient(135deg, #af083f, #AF4008);