#fc8ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 142, 241
HSL
306°, 95%, 77%
CMYK
0, 44, 4, 1
Luminance
0.4639
Every format
| HEX | #fc8ef1 |
| RGB | rgb(252, 142, 241) |
| HSL | hsl(306, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 4%, 1%) |
| LAB | lab(73.8 55.0 -32.0) |
| LCH | lch(73.8 63.6 329.8) |
| OKLCH | oklch(0.796 0.178 330.8) |
Copy-ready code
/* CSS */
color: #fc8ef1;
background-color: #fc8ef1;
/* Tailwind (arbitrary) */
class="text-[#fc8ef1] bg-[#fc8ef1]"
/* SCSS */
$brand: #fc8ef1;
/* SwiftUI */
Color(red: 0.988, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#fc8ef1")Accessibility — WCAG contrast
Aa
#fc8ef1 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8ef1 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow4.4%
Key (black)1.2%
Color previews
#fc8ef1 text on a black background
contrast 10.28:1
Card sample
#fc8ef1 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8ef1;
Background color
Panel with #fc8ef1 background
background-color: #fc8ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8ef1; background: linear-gradient(135deg, #fc8ef1, #FC8EA8);