#af295f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 41, 95
HSL
336°, 62%, 42%
CMYK
0, 77, 46, 31
Luminance
0.1153
Every format
| HEX | #af295f |
| RGB | rgb(175, 41, 95) |
| HSL | hsl(336, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 46%, 31%) |
| LAB | lab(40.5 56.7 1.5) |
| LCH | lch(40.5 56.7 1.6) |
| OKLCH | oklch(0.509 0.174 1.5) |
Copy-ready code
/* CSS */
color: #af295f;
background-color: #af295f;
/* Tailwind (arbitrary) */
class="text-[#af295f] bg-[#af295f]"
/* SCSS */
$brand: #af295f;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.373)
/* Android */
Color.parseColor("#af295f")Accessibility — WCAG contrast
Aa
#af295f on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af295f on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow45.7%
Key (black)31.4%
Color previews
#af295f text on a black background
contrast 3.31:1
Card sample
#af295f text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af295f;
Background color
Panel with #af295f background
background-color: #af295f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af295f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af295f; background: linear-gradient(135deg, #af295f, #AF4C29);