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