#fc48df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
252, 72, 223
HSL
310°, 97%, 64%
CMYK
0, 71, 12, 1
Luminance
0.3066
Every format
| HEX | #fc48df |
| RGB | rgb(252, 72, 223) |
| HSL | hsl(310, 97%, 64%) |
| CMYK | cmyk(0%, 71%, 12%, 1%) |
| LAB | lab(62.2 81.5 -40.0) |
| LCH | lch(62.2 90.8 333.8) |
| OKLCH | oklch(0.709 0.262 335.3) |
Copy-ready code
/* CSS */
color: #fc48df;
background-color: #fc48df;
/* Tailwind (arbitrary) */
class="text-[#fc48df] bg-[#fc48df]"
/* SCSS */
$brand: #fc48df;
/* SwiftUI */
Color(red: 0.988, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#fc48df")Accessibility — WCAG contrast
Aa
#fc48df on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc48df on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green28.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc48df text on a black background
contrast 7.13:1
Card sample
#fc48df text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc48df;
Background color
Panel with #fc48df background
background-color: #fc48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc48df; background: linear-gradient(135deg, #fc48df, #FC4867);