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