#fc7cf8
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 124, 248
HSL
302°, 96%, 74%
CMYK
0, 51, 2, 1
Luminance
0.4189
Every format
| HEX | #fc7cf8 |
| RGB | rgb(252, 124, 248) |
| HSL | hsl(302, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 2%, 1%) |
| LAB | lab(70.8 64.8 -40.4) |
| LCH | lch(70.8 76.4 328.0) |
| OKLCH | oklch(0.775 0.213 328.6) |
Copy-ready code
/* CSS */
color: #fc7cf8;
background-color: #fc7cf8;
/* Tailwind (arbitrary) */
class="text-[#fc7cf8] bg-[#fc7cf8]"
/* SCSS */
$brand: #fc7cf8;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.973)
/* Android */
Color.parseColor("#fc7cf8")Accessibility — WCAG contrast
Aa
#fc7cf8 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7cf8 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow1.6%
Key (black)1.2%
Color previews
#fc7cf8 text on a black background
contrast 9.38:1
Card sample
#fc7cf8 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7cf8;
Background color
Panel with #fc7cf8 background
background-color: #fc7cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7cf8; background: linear-gradient(135deg, #fc7cf8, #FC7CA3);