#fc1df8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 29, 248
HSL
301°, 97%, 55%
CMYK
0, 89, 2, 1
Luminance
0.2835
Every format
| HEX | #fc1df8 |
| RGB | rgb(252, 29, 248) |
| HSL | hsl(301, 97%, 55%) |
| CMYK | cmyk(0%, 89%, 2%, 1%) |
| LAB | lab(60.2 94.5 -57.1) |
| LCH | lch(60.2 110.4 328.8) |
| OKLCH | oklch(0.699 0.309 329.2) |
Copy-ready code
/* CSS */
color: #fc1df8;
background-color: #fc1df8;
/* Tailwind (arbitrary) */
class="text-[#fc1df8] bg-[#fc1df8]"
/* SCSS */
$brand: #fc1df8;
/* SwiftUI */
Color(red: 0.988, green: 0.114, blue: 0.973)
/* Android */
Color.parseColor("#fc1df8")Accessibility — WCAG contrast
Aa
#fc1df8 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1df8 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green11.4%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow1.6%
Key (black)1.2%
Color previews
#fc1df8 text on a black background
contrast 6.67:1
Card sample
#fc1df8 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1df8;
Background color
Panel with #fc1df8 background
background-color: #fc1df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 29, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 29, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1df8; background: linear-gradient(135deg, #fc1df8, #FC1D63);