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