#fd00cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 0, 203
HSL
312°, 100%, 50%
CMYK
0, 100, 20, 1
Luminance
0.2519
Every format
| HEX | #fd00cb |
| RGB | rgb(253, 0, 203) |
| HSL | hsl(312, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 20%, 1%) |
| LAB | lab(57.3 91.3 -36.4) |
| LCH | lch(57.3 98.2 338.3) |
| OKLCH | oklch(0.671 0.291 340.2) |
Copy-ready code
/* CSS */
color: #fd00cb;
background-color: #fd00cb;
/* Tailwind (arbitrary) */
class="text-[#fd00cb] bg-[#fd00cb]"
/* SCSS */
$brand: #fd00cb;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.796)
/* Android */
Color.parseColor("#fd00cb")Accessibility — WCAG contrast
Aa
#fd00cb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00cb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow19.8%
Key (black)0.8%
Color previews
#fd00cb text on a black background
contrast 6.04:1
Card sample
#fd00cb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00cb;
Background color
Panel with #fd00cb background
background-color: #fd00cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00cb; background: linear-gradient(135deg, #fd00cb, #FD0022);