#fd0ecf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 14, 207
HSL
312°, 98%, 52%
CMYK
0, 95, 18, 1
Luminance
0.2570
Every format
| HEX | #fd0ecf |
| RGB | rgb(253, 14, 207) |
| HSL | hsl(312, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 18%, 1%) |
| LAB | lab(57.8 90.8 -37.9) |
| LCH | lch(57.8 98.4 337.3) |
| OKLCH | oklch(0.675 0.290 339.2) |
Copy-ready code
/* CSS */
color: #fd0ecf;
background-color: #fd0ecf;
/* Tailwind (arbitrary) */
class="text-[#fd0ecf] bg-[#fd0ecf]"
/* SCSS */
$brand: #fd0ecf;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.812)
/* Android */
Color.parseColor("#fd0ecf")Accessibility — WCAG contrast
Aa
#fd0ecf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0ecf on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fd0ecf text on a black background
contrast 6.14:1
Card sample
#fd0ecf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0ecf;
Background color
Panel with #fd0ecf background
background-color: #fd0ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0ecf; background: linear-gradient(135deg, #fd0ecf, #FD0E30);