#fc7ce2
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 124, 226
HSL
312°, 96%, 74%
CMYK
0, 51, 10, 1
Luminance
0.4060
Every format
| HEX | #fc7ce2 |
| RGB | rgb(252, 124, 226) |
| HSL | hsl(312, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 10%, 1%) |
| LAB | lab(69.9 61.2 -29.7) |
| LCH | lch(69.9 68.1 334.1) |
| OKLCH | oklch(0.765 0.195 335.6) |
Copy-ready code
/* CSS */
color: #fc7ce2;
background-color: #fc7ce2;
/* Tailwind (arbitrary) */
class="text-[#fc7ce2] bg-[#fc7ce2]"
/* SCSS */
$brand: #fc7ce2;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.886)
/* Android */
Color.parseColor("#fc7ce2")Accessibility — WCAG contrast
Aa
#fc7ce2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7ce2 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow10.3%
Key (black)1.2%
Color previews
#fc7ce2 text on a black background
contrast 9.12:1
Card sample
#fc7ce2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7ce2;
Background color
Panel with #fc7ce2 background
background-color: #fc7ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7ce2; background: linear-gradient(135deg, #fc7ce2, #FC7C8D);