#af094d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 9, 77
HSL
335°, 90%, 36%
CMYK
0, 95, 56, 31
Luminance
0.0985
Every format
| HEX | #af094d |
| RGB | rgb(175, 9, 77) |
| HSL | hsl(335, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 56%, 31%) |
| LAB | lab(37.6 62.1 8.9) |
| LCH | lch(37.6 62.7 8.2) |
| OKLCH | oklch(0.487 0.191 6.8) |
Copy-ready code
/* CSS */
color: #af094d;
background-color: #af094d;
/* Tailwind (arbitrary) */
class="text-[#af094d] bg-[#af094d]"
/* SCSS */
$brand: #af094d;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.302)
/* Android */
Color.parseColor("#af094d")Accessibility — WCAG contrast
Aa
#af094d on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af094d on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow56.0%
Key (black)31.4%
Color previews
#af094d text on a black background
contrast 2.97:1
Card sample
#af094d text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af094d;
Background color
Panel with #af094d background
background-color: #af094d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af094d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af094d; background: linear-gradient(135deg, #af094d, #AF3409);