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