#fd93b7
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 147, 183
HSL
340°, 96%, 78%
CMYK
0, 42, 28, 1
Luminance
0.4517
Every format
| HEX | #fd93b7 |
| RGB | rgb(253, 147, 183) |
| HSL | hsl(340, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 28%, 1%) |
| LAB | lab(73.0 44.0 -1.2) |
| LCH | lch(73.0 44.1 358.4) |
| OKLCH | oklch(0.784 0.133 358.9) |
Copy-ready code
/* CSS */
color: #fd93b7;
background-color: #fd93b7;
/* Tailwind (arbitrary) */
class="text-[#fd93b7] bg-[#fd93b7]"
/* SCSS */
$brand: #fd93b7;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.718)
/* Android */
Color.parseColor("#fd93b7")Accessibility — WCAG contrast
Aa
#fd93b7 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd93b7 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow27.7%
Key (black)0.8%
Color previews
#fd93b7 text on a black background
contrast 10.03:1
Card sample
#fd93b7 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd93b7;
Background color
Panel with #fd93b7 background
background-color: #fd93b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd93b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd93b7; background: linear-gradient(135deg, #fd93b7, #FDB693);