#fd93ae
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 147, 174
HSL
345°, 96%, 78%
CMYK
0, 42, 31, 1
Luminance
0.4481
Every format
| HEX | #fd93ae |
| RGB | rgb(253, 147, 174) |
| HSL | hsl(345, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 31%, 1%) |
| LAB | lab(72.8 42.9 3.4) |
| LCH | lch(72.8 43.0 4.5) |
| OKLCH | oklch(0.782 0.130 4.2) |
Copy-ready code
/* CSS */
color: #fd93ae;
background-color: #fd93ae;
/* Tailwind (arbitrary) */
class="text-[#fd93ae] bg-[#fd93ae]"
/* SCSS */
$brand: #fd93ae;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.682)
/* Android */
Color.parseColor("#fd93ae")Accessibility — WCAG contrast
Aa
#fd93ae on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd93ae on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow31.2%
Key (black)0.8%
Color previews
#fd93ae text on a black background
contrast 9.96:1
Card sample
#fd93ae text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd93ae;
Background color
Panel with #fd93ae background
background-color: #fd93ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd93ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd93ae; background: linear-gradient(135deg, #fd93ae, #FDBF93);