#fd0cfc
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 12, 252
HSL
300°, 98%, 52%
CMYK
0, 95, 0, 1
Luminance
0.2817
Every format
| HEX | #fd0cfc |
| RGB | rgb(253, 12, 252) |
| HSL | hsl(300, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 0%, 1%) |
| LAB | lab(60.0 96.8 -59.6) |
| LCH | lch(60.0 113.7 328.4) |
| OKLCH | oklch(0.699 0.318 328.6) |
Copy-ready code
/* CSS */
color: #fd0cfc;
background-color: #fd0cfc;
/* Tailwind (arbitrary) */
class="text-[#fd0cfc] bg-[#fd0cfc]"
/* SCSS */
$brand: #fd0cfc;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.988)
/* Android */
Color.parseColor("#fd0cfc")Accessibility — WCAG contrast
Aa
#fd0cfc on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0cfc on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow0.4%
Key (black)0.8%
Color previews
#fd0cfc text on a black background
contrast 6.63:1
Card sample
#fd0cfc text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0cfc;
Background color
Panel with #fd0cfc background
background-color: #fd0cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0cfc; background: linear-gradient(135deg, #fd0cfc, #FD0C5C);