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