#fc6fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 111, 223
HSL
312°, 96%, 71%
CMYK
0, 56, 12, 1
Luminance
0.3739
Every format
| HEX | #fc6fdf |
| RGB | rgb(252, 111, 223) |
| HSL | hsl(312, 96%, 71%) |
| CMYK | cmyk(0%, 56%, 12%, 1%) |
| LAB | lab(67.6 66.7 -31.7) |
| LCH | lch(67.6 73.8 334.6) |
| OKLCH | oklch(0.748 0.212 336.2) |
Copy-ready code
/* CSS */
color: #fc6fdf;
background-color: #fc6fdf;
/* Tailwind (arbitrary) */
class="text-[#fc6fdf] bg-[#fc6fdf]"
/* SCSS */
$brand: #fc6fdf;
/* SwiftUI */
Color(red: 0.988, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#fc6fdf")Accessibility — WCAG contrast
Aa
#fc6fdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6fdf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fc6fdf text on a black background
contrast 8.48:1
Card sample
#fc6fdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6fdf;
Background color
Panel with #fc6fdf background
background-color: #fc6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6fdf; background: linear-gradient(135deg, #fc6fdf, #FC6F81);