#fc8df5
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 141, 245
HSL
304°, 95%, 77%
CMYK
0, 44, 3, 1
Luminance
0.4634
Every format
| HEX | #fc8df5 |
| RGB | rgb(252, 141, 245) |
| HSL | hsl(304, 95%, 77%) |
| CMYK | cmyk(0%, 44%, 3%, 1%) |
| LAB | lab(73.8 56.2 -34.2) |
| LCH | lch(73.8 65.8 328.7) |
| OKLCH | oklch(0.797 0.183 329.5) |
Copy-ready code
/* CSS */
color: #fc8df5;
background-color: #fc8df5;
/* Tailwind (arbitrary) */
class="text-[#fc8df5] bg-[#fc8df5]"
/* SCSS */
$brand: #fc8df5;
/* SwiftUI */
Color(red: 0.988, green: 0.553, blue: 0.961)
/* Android */
Color.parseColor("#fc8df5")Accessibility — WCAG contrast
Aa
#fc8df5 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8df5 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green55.3%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow2.8%
Key (black)1.2%
Color previews
#fc8df5 text on a black background
contrast 10.27:1
Card sample
#fc8df5 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8df5;
Background color
Panel with #fc8df5 background
background-color: #fc8df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 141, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 141, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8df5; background: linear-gradient(135deg, #fc8df5, #FC8DAB);