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