#fc8cf3
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 140, 243
HSL
305°, 95%, 77%
CMYK
0, 44, 4, 1
Luminance
0.4592
Every format
| HEX | #fc8cf3 |
| RGB | rgb(252, 140, 243) |
| HSL | hsl(305, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 4%, 1%) |
| LAB | lab(73.5 56.3 -33.5) |
| LCH | lch(73.5 65.5 329.2) |
| OKLCH | oklch(0.794 0.183 330.1) |
Copy-ready code
/* CSS */
color: #fc8cf3;
background-color: #fc8cf3;
/* Tailwind (arbitrary) */
class="text-[#fc8cf3] bg-[#fc8cf3]"
/* SCSS */
$brand: #fc8cf3;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.953)
/* Android */
Color.parseColor("#fc8cf3")Accessibility — WCAG contrast
Aa
#fc8cf3 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cf3 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow3.6%
Key (black)1.2%
Color previews
#fc8cf3 text on a black background
contrast 10.18:1
Card sample
#fc8cf3 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cf3;
Background color
Panel with #fc8cf3 background
background-color: #fc8cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cf3; background: linear-gradient(135deg, #fc8cf3, #FC8CA9);