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