#fd00cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 0, 207
HSL
311°, 100%, 50%
CMYK
0, 100, 18, 1
Luminance
0.2539
Every format
| HEX | #fd00cf |
| RGB | rgb(253, 0, 207) |
| HSL | hsl(311, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 18%, 1%) |
| LAB | lab(57.5 91.7 -38.4) |
| LCH | lch(57.5 99.4 337.3) |
| OKLCH | oklch(0.673 0.293 339.2) |
Copy-ready code
/* CSS */
color: #fd00cf;
background-color: #fd00cf;
/* Tailwind (arbitrary) */
class="text-[#fd00cf] bg-[#fd00cf]"
/* SCSS */
$brand: #fd00cf;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#fd00cf")Accessibility — WCAG contrast
Aa
#fd00cf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00cf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.2%
Key (black)0.8%
Color previews
#fd00cf text on a black background
contrast 6.08:1
Card sample
#fd00cf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00cf;
Background color
Panel with #fd00cf background
background-color: #fd00cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00cf; background: linear-gradient(135deg, #fd00cf, #FD0026);