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