#fd1dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 29, 191
HSL
317°, 98%, 55%
CMYK
0, 89, 25, 1
Luminance
0.2552
Every format
| HEX | #fd1dbf |
| RGB | rgb(253, 29, 191) |
| HSL | hsl(317, 98%, 55%) |
| CMYK | cmyk(0%, 89%, 25%, 1%) |
| LAB | lab(57.6 87.4 -29.0) |
| LCH | lch(57.6 92.1 341.6) |
| OKLCH | oklch(0.671 0.276 343.7) |
Copy-ready code
/* CSS */
color: #fd1dbf;
background-color: #fd1dbf;
/* Tailwind (arbitrary) */
class="text-[#fd1dbf] bg-[#fd1dbf]"
/* SCSS */
$brand: #fd1dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.114, blue: 0.749)
/* Android */
Color.parseColor("#fd1dbf")Accessibility — WCAG contrast
Aa
#fd1dbf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1dbf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green11.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow24.5%
Key (black)0.8%
Color previews
#fd1dbf text on a black background
contrast 6.10:1
Card sample
#fd1dbf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1dbf;
Background color
Panel with #fd1dbf background
background-color: #fd1dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 29, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 29, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1dbf; background: linear-gradient(135deg, #fd1dbf, #FD1D2A);