#fc8cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 140, 253
HSL
300°, 97%, 77%
CMYK
0, 45, 0, 1
Luminance
0.4654
Every format
| HEX | #fc8cfd |
| RGB | rgb(252, 140, 253) |
| HSL | hsl(300, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 0%, 1%) |
| LAB | lab(73.9 58.0 -38.3) |
| LCH | lch(73.9 69.6 326.6) |
| OKLCH | oklch(0.799 0.192 326.9) |
Copy-ready code
/* CSS */
color: #fc8cfd;
background-color: #fc8cfd;
/* Tailwind (arbitrary) */
class="text-[#fc8cfd] bg-[#fc8cfd]"
/* SCSS */
$brand: #fc8cfd;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#fc8cfd")Accessibility — WCAG contrast
Aa
#fc8cfd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cfd on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fc8cfd text on a black background
contrast 10.31:1
Card sample
#fc8cfd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cfd;
Background color
Panel with #fc8cfd background
background-color: #fc8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cfd; background: linear-gradient(135deg, #fc8cfd, #FD8CB3);