#af2159
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 33, 89
HSL
336°, 68%, 41%
CMYK
0, 81, 49, 31
Luminance
0.1092
Every format
| HEX | #af2159 |
| RGB | rgb(175, 33, 89) |
| HSL | hsl(336, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 49%, 31%) |
| LAB | lab(39.5 58.5 3.9) |
| LCH | lch(39.5 58.6 3.8) |
| OKLCH | oklch(0.501 0.180 3.4) |
Copy-ready code
/* CSS */
color: #af2159;
background-color: #af2159;
/* Tailwind (arbitrary) */
class="text-[#af2159] bg-[#af2159]"
/* SCSS */
$brand: #af2159;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.349)
/* Android */
Color.parseColor("#af2159")Accessibility — WCAG contrast
Aa
#af2159 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2159 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow49.1%
Key (black)31.4%
Color previews
#af2159 text on a black background
contrast 3.18:1
Card sample
#af2159 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2159;
Background color
Panel with #af2159 background
background-color: #af2159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2159; background: linear-gradient(135deg, #af2159, #AF4821);