#fd3bcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 59, 207
HSL
314°, 98%, 61%
CMYK
0, 77, 18, 1
Luminance
0.2852
Every format
| HEX | #fd3bcf |
| RGB | rgb(253, 59, 207) |
| HSL | hsl(314, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 18%, 1%) |
| LAB | lab(60.4 83.3 -33.9) |
| LCH | lch(60.4 89.9 337.9) |
| OKLCH | oklch(0.694 0.265 339.8) |
Copy-ready code
/* CSS */
color: #fd3bcf;
background-color: #fd3bcf;
/* Tailwind (arbitrary) */
class="text-[#fd3bcf] bg-[#fd3bcf]"
/* SCSS */
$brand: #fd3bcf;
/* SwiftUI */
Color(red: 0.992, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#fd3bcf")Accessibility — WCAG contrast
Aa
#fd3bcf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3bcf on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fd3bcf text on a black background
contrast 6.70:1
Card sample
#fd3bcf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3bcf;
Background color
Panel with #fd3bcf background
background-color: #fd3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3bcf; background: linear-gradient(135deg, #fd3bcf, #FD3B4E);