#fc55df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 85, 223
HSL
310°, 97%, 66%
CMYK
0, 66, 12, 1
Luminance
0.3252
Every format
| HEX | #fc55df |
| RGB | rgb(252, 85, 223) |
| HSL | hsl(310, 97%, 66%) |
| CMYK | cmyk(0%, 66%, 12%, 1%) |
| LAB | lab(63.8 77.1 -37.6) |
| LCH | lch(63.8 85.8 334.0) |
| OKLCH | oklch(0.720 0.247 335.5) |
Copy-ready code
/* CSS */
color: #fc55df;
background-color: #fc55df;
/* Tailwind (arbitrary) */
class="text-[#fc55df] bg-[#fc55df]"
/* SCSS */
$brand: #fc55df;
/* SwiftUI */
Color(red: 0.988, green: 0.333, blue: 0.875)
/* Android */
Color.parseColor("#fc55df")Accessibility — WCAG contrast
Aa
#fc55df on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc55df on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green33.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow11.5%
Key (black)1.2%
Color previews
#fc55df text on a black background
contrast 7.50:1
Card sample
#fc55df text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc55df;
Background color
Panel with #fc55df background
background-color: #fc55df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc55df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 85, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 85, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc55df; background: linear-gradient(135deg, #fc55df, #FC5570);