#fd5bae
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 91, 174
HSL
329°, 98%, 68%
CMYK
0, 64, 31, 1
Luminance
0.3142
Every format
| HEX | #fd5bae |
| RGB | rgb(253, 91, 174) |
| HSL | hsl(329, 98%, 68%) |
| CMYK | cmyk(0%, 64%, 31%, 1%) |
| LAB | lab(62.9 68.7 -11.2) |
| LCH | lch(62.9 69.6 350.8) |
| OKLCH | oklch(0.708 0.211 352.2) |
Copy-ready code
/* CSS */
color: #fd5bae;
background-color: #fd5bae;
/* Tailwind (arbitrary) */
class="text-[#fd5bae] bg-[#fd5bae]"
/* SCSS */
$brand: #fd5bae;
/* SwiftUI */
Color(red: 0.992, green: 0.357, blue: 0.682)
/* Android */
Color.parseColor("#fd5bae")Accessibility — WCAG contrast
Aa
#fd5bae on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5bae on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow31.2%
Key (black)0.8%
Color previews
#fd5bae text on a black background
contrast 7.28:1
Card sample
#fd5bae text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5bae;
Background color
Panel with #fd5bae background
background-color: #fd5bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 91, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 91, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5bae; background: linear-gradient(135deg, #fd5bae, #FD745B);