#fd92ad
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 146, 173
HSL
345°, 96%, 78%
CMYK
0, 42, 32, 1
Luminance
0.4446
Every format
| HEX | #fd92ad |
| RGB | rgb(253, 146, 173) |
| HSL | hsl(345, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 32%, 1%) |
| LAB | lab(72.5 43.3 3.6) |
| LCH | lch(72.5 43.4 4.8) |
| OKLCH | oklch(0.780 0.132 4.4) |
Copy-ready code
/* CSS */
color: #fd92ad;
background-color: #fd92ad;
/* Tailwind (arbitrary) */
class="text-[#fd92ad] bg-[#fd92ad]"
/* SCSS */
$brand: #fd92ad;
/* SwiftUI */
Color(red: 0.992, green: 0.573, blue: 0.678)
/* Android */
Color.parseColor("#fd92ad")Accessibility — WCAG contrast
Aa
#fd92ad on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd92ad on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fd92ad text on a black background
contrast 9.89:1
Card sample
#fd92ad text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd92ad;
Background color
Panel with #fd92ad background
background-color: #fd92ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd92ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 146, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 146, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd92ad; background: linear-gradient(135deg, #fd92ad, #FDBE92);