#fd00cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 0, 205
HSL
311°, 100%, 50%
CMYK
0, 100, 19, 1
Luminance
0.2529
Every format
| HEX | #fd00cd |
| RGB | rgb(253, 0, 205) |
| HSL | hsl(311, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 19%, 1%) |
| LAB | lab(57.4 91.5 -37.4) |
| LCH | lch(57.4 98.8 337.8) |
| OKLCH | oklch(0.672 0.292 339.7) |
Copy-ready code
/* CSS */
color: #fd00cd;
background-color: #fd00cd;
/* Tailwind (arbitrary) */
class="text-[#fd00cd] bg-[#fd00cd]"
/* SCSS */
$brand: #fd00cd;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.804)
/* Android */
Color.parseColor("#fd00cd")Accessibility — WCAG contrast
Aa
#fd00cd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00cd on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow19.0%
Key (black)0.8%
Color previews
#fd00cd text on a black background
contrast 6.06:1
Card sample
#fd00cd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00cd;
Background color
Panel with #fd00cd background
background-color: #fd00cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00cd; background: linear-gradient(135deg, #fd00cd, #FD0024);