#af2247
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 34, 71
HSL
344°, 68%, 41%
CMYK
0, 81, 59, 31
Luminance
0.1071
Every format
| HEX | #af2247 |
| RGB | rgb(175, 34, 71) |
| HSL | hsl(344, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 59%, 31%) |
| LAB | lab(39.1 56.9 14.8) |
| LCH | lch(39.1 58.8 14.6) |
| OKLCH | oklch(0.497 0.176 12.1) |
Copy-ready code
/* CSS */
color: #af2247;
background-color: #af2247;
/* Tailwind (arbitrary) */
class="text-[#af2247] bg-[#af2247]"
/* SCSS */
$brand: #af2247;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.278)
/* Android */
Color.parseColor("#af2247")Accessibility — WCAG contrast
Aa
#af2247 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2247 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow59.4%
Key (black)31.4%
Color previews
#af2247 text on a black background
contrast 3.14:1
Card sample
#af2247 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2247;
Background color
Panel with #af2247 background
background-color: #af2247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2247; background: linear-gradient(135deg, #af2247, #AF5B22);