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