#fd00ff
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 0, 255
HSL
300°, 100%, 50%
CMYK
1, 100, 0, 0
Luminance
0.2810
Every format
| HEX | #fd00ff |
| RGB | rgb(253, 0, 255) |
| HSL | hsl(300, 100%, 50%) |
| CMYK | cmyk(1%, 100%, 0%, 0%) |
| LAB | lab(60.0 97.9 -61.4) |
| LCH | lch(60.0 115.6 327.9) |
| OKLCH | oklch(0.699 0.322 327.9) |
Copy-ready code
/* CSS */
color: #fd00ff;
background-color: #fd00ff;
/* Tailwind (arbitrary) */
class="text-[#fd00ff] bg-[#fd00ff]"
/* SCSS */
$brand: #fd00ff;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 1.000)
/* Android */
Color.parseColor("#fd00ff")Accessibility — WCAG contrast
Aa
#fd00ff on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00ff on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta100.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fd00ff text on a black background
contrast 6.62:1
Card sample
#fd00ff text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00ff;
Background color
Panel with #fd00ff background
background-color: #fd00ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00ff; background: linear-gradient(135deg, #fd00ff, #FF0057);