#af2d5f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 45, 95
HSL
337°, 59%, 43%
CMYK
0, 74, 46, 31
Luminance
0.1182
Every format
| HEX | #af2d5f |
| RGB | rgb(175, 45, 95) |
| HSL | hsl(337, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 46%, 31%) |
| LAB | lab(40.9 55.4 2.2) |
| LCH | lch(40.9 55.4 2.3) |
| OKLCH | oklch(0.513 0.170 2.1) |
Copy-ready code
/* CSS */
color: #af2d5f;
background-color: #af2d5f;
/* Tailwind (arbitrary) */
class="text-[#af2d5f] bg-[#af2d5f]"
/* SCSS */
$brand: #af2d5f;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.373)
/* Android */
Color.parseColor("#af2d5f")Accessibility — WCAG contrast
Aa
#af2d5f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d5f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow45.7%
Key (black)31.4%
Color previews
#af2d5f text on a black background
contrast 3.36:1
Card sample
#af2d5f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d5f;
Background color
Panel with #af2d5f background
background-color: #af2d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d5f; background: linear-gradient(135deg, #af2d5f, #AF522D);