#fd0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 12, 223
HSL
308°, 98%, 52%
CMYK
0, 95, 12, 1
Luminance
0.2647
Every format
| HEX | #fd0cdf |
| RGB | rgb(253, 12, 223) |
| HSL | hsl(308, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 12%, 1%) |
| LAB | lab(58.5 92.9 -45.9) |
| LCH | lch(58.5 103.6 333.7) |
| OKLCH | oklch(0.683 0.300 335.2) |
Copy-ready code
/* CSS */
color: #fd0cdf;
background-color: #fd0cdf;
/* Tailwind (arbitrary) */
class="text-[#fd0cdf] bg-[#fd0cdf]"
/* SCSS */
$brand: #fd0cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#fd0cdf")Accessibility — WCAG contrast
Aa
#fd0cdf on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0cdf on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow11.9%
Key (black)0.8%
Color previews
#fd0cdf text on a black background
contrast 6.29:1
Card sample
#fd0cdf text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0cdf;
Background color
Panel with #fd0cdf background
background-color: #fd0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0cdf; background: linear-gradient(135deg, #fd0cdf, #FD0C3E);