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