#fc8cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 140, 251
HSL
301°, 95%, 77%
CMYK
0, 44, 0, 1
Luminance
0.4642
Every format
| HEX | #fc8cfb |
| RGB | rgb(252, 140, 251) |
| HSL | hsl(301, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 0%, 1%) |
| LAB | lab(73.8 57.7 -37.4) |
| LCH | lch(73.8 68.7 327.1) |
| OKLCH | oklch(0.798 0.190 327.5) |
Copy-ready code
/* CSS */
color: #fc8cfb;
background-color: #fc8cfb;
/* Tailwind (arbitrary) */
class="text-[#fc8cfb] bg-[#fc8cfb]"
/* SCSS */
$brand: #fc8cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#fc8cfb")Accessibility — WCAG contrast
Aa
#fc8cfb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8cfb on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.9%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow0.4%
Key (black)1.2%
Color previews
#fc8cfb text on a black background
contrast 10.28:1
Card sample
#fc8cfb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8cfb;
Background color
Panel with #fc8cfb background
background-color: #fc8cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8cfb; background: linear-gradient(135deg, #fc8cfb, #FC8CB1);