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