#fd7aac
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 122, 172
HSL
337°, 97%, 74%
CMYK
0, 52, 32, 1
Luminance
0.3778
Every format
| HEX | #fd7aac |
| RGB | rgb(253, 122, 172) |
| HSL | hsl(337, 97%, 74%) |
| CMYK | cmyk(0%, 52%, 32%, 1%) |
| LAB | lab(67.9 55.0 -2.6) |
| LCH | lch(67.9 55.0 357.3) |
| OKLCH | oklch(0.745 0.167 357.9) |
Copy-ready code
/* CSS */
color: #fd7aac;
background-color: #fd7aac;
/* Tailwind (arbitrary) */
class="text-[#fd7aac] bg-[#fd7aac]"
/* SCSS */
$brand: #fd7aac;
/* SwiftUI */
Color(red: 0.992, green: 0.478, blue: 0.675)
/* Android */
Color.parseColor("#fd7aac")Accessibility — WCAG contrast
Aa
#fd7aac on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7aac on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow32.0%
Key (black)0.8%
Color previews
#fd7aac text on a black background
contrast 8.56:1
Card sample
#fd7aac text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7aac;
Background color
Panel with #fd7aac background
background-color: #fd7aac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7aac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 122, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 122, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7aac; background: linear-gradient(135deg, #fd7aac, #FD9F7A);