#fc3df5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 61, 245
HSL
302°, 97%, 61%
CMYK
0, 76, 3, 1
Luminance
0.3063
Every format
| HEX | #fc3df5 |
| RGB | rgb(252, 61, 245) |
| HSL | hsl(302, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 3%, 1%) |
| LAB | lab(62.2 87.8 -52.3) |
| LCH | lch(62.2 102.2 329.2) |
| OKLCH | oklch(0.712 0.287 329.7) |
Copy-ready code
/* CSS */
color: #fc3df5;
background-color: #fc3df5;
/* Tailwind (arbitrary) */
class="text-[#fc3df5] bg-[#fc3df5]"
/* SCSS */
$brand: #fc3df5;
/* SwiftUI */
Color(red: 0.988, green: 0.239, blue: 0.961)
/* Android */
Color.parseColor("#fc3df5")Accessibility — WCAG contrast
Aa
#fc3df5 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc3df5 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.9%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow2.8%
Key (black)1.2%
Color previews
#fc3df5 text on a black background
contrast 7.13:1
Card sample
#fc3df5 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3df5;
Background color
Panel with #fc3df5 background
background-color: #fc3df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 61, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 61, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3df5; background: linear-gradient(135deg, #fc3df5, #FC3D76);