#fd0dbf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 13, 191
HSL
316°, 98%, 52%
CMYK
0, 95, 25, 1
Luminance
0.2493
Every format
| HEX | #fd0dbf |
| RGB | rgb(253, 13, 191) |
| HSL | hsl(316, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 25%, 1%) |
| LAB | lab(57.0 89.1 -29.9) |
| LCH | lch(57.0 94.0 341.4) |
| OKLCH | oklch(0.667 0.282 343.5) |
Copy-ready code
/* CSS */
color: #fd0dbf;
background-color: #fd0dbf;
/* Tailwind (arbitrary) */
class="text-[#fd0dbf] bg-[#fd0dbf]"
/* SCSS */
$brand: #fd0dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#fd0dbf")Accessibility — WCAG contrast
Aa
#fd0dbf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0dbf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow24.5%
Key (black)0.8%
Color previews
#fd0dbf text on a black background
contrast 5.99:1
Card sample
#fd0dbf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0dbf;
Background color
Panel with #fd0dbf background
background-color: #fd0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0dbf; background: linear-gradient(135deg, #fd0dbf, #FD0D1F);