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