#fc6bfd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 107, 253
HSL
300°, 97%, 71%
CMYK
0, 58, 0, 1
Luminance
0.3830
Every format
| HEX | #fc6bfd |
| RGB | rgb(252, 107, 253) |
| HSL | hsl(300, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 0%, 1%) |
| LAB | lab(68.3 73.1 -47.2) |
| LCH | lch(68.3 87.0 327.2) |
| OKLCH | oklch(0.757 0.241 327.4) |
Copy-ready code
/* CSS */
color: #fc6bfd;
background-color: #fc6bfd;
/* Tailwind (arbitrary) */
class="text-[#fc6bfd] bg-[#fc6bfd]"
/* SCSS */
$brand: #fc6bfd;
/* SwiftUI */
Color(red: 0.988, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#fc6bfd")Accessibility — WCAG contrast
Aa
#fc6bfd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6bfd on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green42.0%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fc6bfd text on a black background
contrast 8.66:1
Card sample
#fc6bfd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6bfd;
Background color
Panel with #fc6bfd background
background-color: #fc6bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6bfd; background: linear-gradient(135deg, #fc6bfd, #FD6B9D);