#af2b5d
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 43, 93
HSL
337°, 61%, 43%
CMYK
0, 75, 47, 31
Luminance
0.1163
Every format
| HEX | #af2b5d |
| RGB | rgb(175, 43, 93) |
| HSL | hsl(337, 61%, 43%) |
| CMYK | cmyk(0%, 75%, 47%, 31%) |
| LAB | lab(40.6 55.9 3.0) |
| LCH | lch(40.6 55.9 3.1) |
| OKLCH | oklch(0.510 0.171 2.8) |
Copy-ready code
/* CSS */
color: #af2b5d;
background-color: #af2b5d;
/* Tailwind (arbitrary) */
class="text-[#af2b5d] bg-[#af2b5d]"
/* SCSS */
$brand: #af2b5d;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.365)
/* Android */
Color.parseColor("#af2b5d")Accessibility — WCAG contrast
Aa
#af2b5d on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2b5d on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow46.9%
Key (black)31.4%
Color previews
#af2b5d text on a black background
contrast 3.33:1
Card sample
#af2b5d text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2b5d;
Background color
Panel with #af2b5d background
background-color: #af2b5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2b5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2b5d; background: linear-gradient(135deg, #af2b5d, #AF512B);