#af405c
a balanced, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 64, 92
HSL
345°, 46%, 47%
CMYK
0, 63, 47, 31
Luminance
0.1355
Every format
| HEX | #af405c |
| RGB | rgb(175, 64, 92) |
| HSL | hsl(345, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 47%, 31%) |
| LAB | lab(43.6 47.5 7.9) |
| LCH | lch(43.6 48.2 9.4) |
| OKLCH | oklch(0.532 0.146 8.1) |
Copy-ready code
/* CSS */
color: #af405c;
background-color: #af405c;
/* Tailwind (arbitrary) */
class="text-[#af405c] bg-[#af405c]"
/* SCSS */
$brand: #af405c;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.361)
/* Android */
Color.parseColor("#af405c")Accessibility — WCAG contrast
Aa
#af405c on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af405c on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow47.4%
Key (black)31.4%
Color previews
#af405c text on a black background
contrast 3.71:1
Card sample
#af405c text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af405c;
Background color
Panel with #af405c background
background-color: #af405c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af405c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af405c; background: linear-gradient(135deg, #af405c, #AF6E40);