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