#af3264
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 50, 100
HSL
336°, 56%, 44%
CMYK
0, 71, 43, 31
Luminance
0.1232
Every format
| HEX | #af3264 |
| RGB | rgb(175, 50, 100) |
| HSL | hsl(336, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 43%, 31%) |
| LAB | lab(41.7 54.1 0.2) |
| LCH | lch(41.7 54.1 0.2) |
| OKLCH | oklch(0.519 0.166 0.4) |
Copy-ready code
/* CSS */
color: #af3264;
background-color: #af3264;
/* Tailwind (arbitrary) */
class="text-[#af3264] bg-[#af3264]"
/* SCSS */
$brand: #af3264;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.392)
/* Android */
Color.parseColor("#af3264")Accessibility — WCAG contrast
Aa
#af3264 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3264 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow42.9%
Key (black)31.4%
Color previews
#af3264 text on a black background
contrast 3.46:1
Card sample
#af3264 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3264;
Background color
Panel with #af3264 background
background-color: #af3264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3264; background: linear-gradient(135deg, #af3264, #AF5332);