#af2b4f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 43, 79
HSL
344°, 61%, 43%
CMYK
0, 75, 55, 31
Luminance
0.1141
Every format
| HEX | #af2b4f |
| RGB | rgb(175, 43, 79) |
| HSL | hsl(344, 61%, 43%) |
| CMYK | cmyk(0%, 75%, 55%, 31%) |
| LAB | lab(40.3 54.7 11.4) |
| LCH | lch(40.3 55.8 11.7) |
| OKLCH | oklch(0.507 0.168 9.9) |
Copy-ready code
/* CSS */
color: #af2b4f;
background-color: #af2b4f;
/* Tailwind (arbitrary) */
class="text-[#af2b4f] bg-[#af2b4f]"
/* SCSS */
$brand: #af2b4f;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.310)
/* Android */
Color.parseColor("#af2b4f")Accessibility — WCAG contrast
Aa
#af2b4f on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2b4f on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow54.9%
Key (black)31.4%
Color previews
#af2b4f text on a black background
contrast 3.28:1
Card sample
#af2b4f text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2b4f;
Background color
Panel with #af2b4f background
background-color: #af2b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2b4f; background: linear-gradient(135deg, #af2b4f, #AF5F2B);