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