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