#fd5bcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 91, 207
HSL
317°, 98%, 68%
CMYK
0, 64, 18, 1
Luminance
0.3287
Every format
| HEX | #fd5bcf |
| RGB | rgb(253, 91, 207) |
| HSL | hsl(317, 98%, 68%) |
| CMYK | cmyk(0%, 64%, 18%, 1%) |
| LAB | lab(64.1 72.9 -28.1) |
| LCH | lch(64.1 78.1 338.9) |
| OKLCH | oklch(0.720 0.230 340.8) |
Copy-ready code
/* CSS */
color: #fd5bcf;
background-color: #fd5bcf;
/* Tailwind (arbitrary) */
class="text-[#fd5bcf] bg-[#fd5bcf]"
/* SCSS */
$brand: #fd5bcf;
/* SwiftUI */
Color(red: 0.992, green: 0.357, blue: 0.812)
/* Android */
Color.parseColor("#fd5bcf")Accessibility — WCAG contrast
Aa
#fd5bcf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5bcf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow18.2%
Key (black)0.8%
Color previews
#fd5bcf text on a black background
contrast 7.57:1
Card sample
#fd5bcf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5bcf;
Background color
Panel with #fd5bcf background
background-color: #fd5bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 91, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 91, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5bcf; background: linear-gradient(135deg, #fd5bcf, #FD5B63);