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