#fd3cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 60, 252
HSL
300°, 98%, 61%
CMYK
0, 76, 0, 1
Luminance
0.3114
Every format
| HEX | #fd3cfc |
| RGB | rgb(253, 60, 252) |
| HSL | hsl(300, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 0%, 1%) |
| LAB | lab(62.6 89.3 -55.5) |
| LCH | lch(62.6 105.1 328.1) |
| OKLCH | oklch(0.717 0.293 328.3) |
Copy-ready code
/* CSS */
color: #fd3cfc;
background-color: #fd3cfc;
/* Tailwind (arbitrary) */
class="text-[#fd3cfc] bg-[#fd3cfc]"
/* SCSS */
$brand: #fd3cfc;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.988)
/* Android */
Color.parseColor("#fd3cfc")Accessibility — WCAG contrast
Aa
#fd3cfc on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3cfc on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow0.4%
Key (black)0.8%
Color previews
#fd3cfc text on a black background
contrast 7.23:1
Card sample
#fd3cfc text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3cfc;
Background color
Panel with #fd3cfc background
background-color: #fd3cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3cfc; background: linear-gradient(135deg, #fd3cfc, #FD3C7B);