#fc4ce2
a balanced, electric magenta / pink · warm · closest name: violet
RGB
252, 76, 226
HSL
309°, 97%, 64%
CMYK
0, 70, 10, 1
Luminance
0.3136
Every format
| HEX | #fc4ce2 |
| RGB | rgb(252, 76, 226) |
| HSL | hsl(309, 97%, 64%) |
| CMYK | cmyk(0%, 70%, 10%, 1%) |
| LAB | lab(62.8 80.6 -40.8) |
| LCH | lch(62.8 90.3 333.2) |
| OKLCH | oklch(0.714 0.260 334.6) |
Copy-ready code
/* CSS */
color: #fc4ce2;
background-color: #fc4ce2;
/* Tailwind (arbitrary) */
class="text-[#fc4ce2] bg-[#fc4ce2]"
/* SCSS */
$brand: #fc4ce2;
/* SwiftUI */
Color(red: 0.988, green: 0.298, blue: 0.886)
/* Android */
Color.parseColor("#fc4ce2")Accessibility — WCAG contrast
Aa
#fc4ce2 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc4ce2 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow10.3%
Key (black)1.2%
Color previews
#fc4ce2 text on a black background
contrast 7.27:1
Card sample
#fc4ce2 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4ce2;
Background color
Panel with #fc4ce2 background
background-color: #fc4ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 76, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 76, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4ce2; background: linear-gradient(135deg, #fc4ce2, #FC4C6D);