#fc1eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 30, 238
HSL
304°, 97%, 55%
CMYK
0, 88, 6, 1
Luminance
0.2780
Every format
| HEX | #fc1eee |
| RGB | rgb(252, 30, 238) |
| HSL | hsl(304, 97%, 55%) |
| CMYK | cmyk(0%, 88%, 6%, 1%) |
| LAB | lab(59.7 92.9 -52.4) |
| LCH | lch(59.7 106.7 330.6) |
| OKLCH | oklch(0.693 0.303 331.5) |
Copy-ready code
/* CSS */
color: #fc1eee;
background-color: #fc1eee;
/* Tailwind (arbitrary) */
class="text-[#fc1eee] bg-[#fc1eee]"
/* SCSS */
$brand: #fc1eee;
/* SwiftUI */
Color(red: 0.988, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#fc1eee")Accessibility — WCAG contrast
Aa
#fc1eee on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1eee on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green11.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow5.6%
Key (black)1.2%
Color previews
#fc1eee text on a black background
contrast 6.56:1
Card sample
#fc1eee text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1eee;
Background color
Panel with #fc1eee background
background-color: #fc1eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1eee; background: linear-gradient(135deg, #fc1eee, #FC1E5A);