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