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