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