#fd4dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 77, 191
HSL
321°, 98%, 65%
CMYK
0, 70, 25, 1
Luminance
0.2995
Every format
| HEX | #fd4dbf |
| RGB | rgb(253, 77, 191) |
| HSL | hsl(321, 98%, 65%) |
| CMYK | cmyk(0%, 70%, 25%, 1%) |
| LAB | lab(61.6 75.9 -22.8) |
| LCH | lch(61.6 79.2 343.3) |
| OKLCH | oklch(0.701 0.237 345.2) |
Copy-ready code
/* CSS */
color: #fd4dbf;
background-color: #fd4dbf;
/* Tailwind (arbitrary) */
class="text-[#fd4dbf] bg-[#fd4dbf]"
/* SCSS */
$brand: #fd4dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#fd4dbf")Accessibility — WCAG contrast
Aa
#fd4dbf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4dbf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow24.5%
Key (black)0.8%
Color previews
#fd4dbf text on a black background
contrast 6.99:1
Card sample
#fd4dbf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4dbf;
Background color
Panel with #fd4dbf background
background-color: #fd4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4dbf; background: linear-gradient(135deg, #fd4dbf, #FD504D);