#fc38df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 56, 223
HSL
309°, 97%, 60%
CMYK
0, 78, 12, 1
Luminance
0.2885
Every format
| HEX | #fc38df |
| RGB | rgb(252, 56, 223) |
| HSL | hsl(309, 97%, 60%) |
| CMYK | cmyk(0%, 78%, 12%, 1%) |
| LAB | lab(60.6 85.9 -42.5) |
| LCH | lch(60.6 95.9 333.7) |
| OKLCH | oklch(0.698 0.277 335.2) |
Copy-ready code
/* CSS */
color: #fc38df;
background-color: #fc38df;
/* Tailwind (arbitrary) */
class="text-[#fc38df] bg-[#fc38df]"
/* SCSS */
$brand: #fc38df;
/* SwiftUI */
Color(red: 0.988, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#fc38df")Accessibility — WCAG contrast
Aa
#fc38df on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc38df on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green22.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc38df text on a black background
contrast 6.77:1
Card sample
#fc38df text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc38df;
Background color
Panel with #fc38df background
background-color: #fc38df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc38df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc38df; background: linear-gradient(135deg, #fc38df, #FC385C);