#af095b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 9, 91
HSL
330°, 90%, 36%
CMYK
0, 95, 48, 31
Luminance
0.1006
Every format
| HEX | #af095b |
| RGB | rgb(175, 9, 91) |
| HSL | hsl(330, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 48%, 31%) |
| LAB | lab(38.0 63.1 0.5) |
| LCH | lch(38.0 63.1 0.4) |
| OKLCH | oklch(0.491 0.195 0.5) |
Copy-ready code
/* CSS */
color: #af095b;
background-color: #af095b;
/* Tailwind (arbitrary) */
class="text-[#af095b] bg-[#af095b]"
/* SCSS */
$brand: #af095b;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.357)
/* Android */
Color.parseColor("#af095b")Accessibility — WCAG contrast
Aa
#af095b on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af095b on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow48.0%
Key (black)31.4%
Color previews
#af095b text on a black background
contrast 3.01:1
Card sample
#af095b text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af095b;
Background color
Panel with #af095b background
background-color: #af095b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af095b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af095b; background: linear-gradient(135deg, #af095b, #AF2609);