#fc4def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 77, 239
HSL
305°, 97%, 65%
CMYK
0, 69, 5, 1
Luminance
0.3224
Every format
| HEX | #fc4def |
| RGB | rgb(252, 77, 239) |
| HSL | hsl(305, 97%, 65%) |
| CMYK | cmyk(0%, 69%, 5%, 1%) |
| LAB | lab(63.5 82.2 -46.9) |
| LCH | lch(63.5 94.6 330.3) |
| OKLCH | oklch(0.721 0.268 331.2) |
Copy-ready code
/* CSS */
color: #fc4def;
background-color: #fc4def;
/* Tailwind (arbitrary) */
class="text-[#fc4def] bg-[#fc4def]"
/* SCSS */
$brand: #fc4def;
/* SwiftUI */
Color(red: 0.988, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#fc4def")Accessibility — WCAG contrast
Aa
#fc4def on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4def on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green30.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow5.2%
Key (black)1.2%
Color previews
#fc4def text on a black background
contrast 7.45:1
Card sample
#fc4def text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4def;
Background color
Panel with #fc4def background
background-color: #fc4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4def; background: linear-gradient(135deg, #fc4def, #FC4D7A);