#fc9dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 157, 254
HSL
299°, 98%, 81%
CMYK
1, 38, 0, 0
Luminance
0.5197
Every format
| HEX | #fc9dfe |
| RGB | rgb(252, 157, 254) |
| HSL | hsl(299, 98%, 81%) |
| CMYK | cmyk(1%, 38%, 0%, 0%) |
| LAB | lab(77.3 49.7 -33.7) |
| LCH | lch(77.3 60.1 325.9) |
| OKLCH | oklch(0.824 0.165 326.2) |
Copy-ready code
/* CSS */
color: #fc9dfe;
background-color: #fc9dfe;
/* Tailwind (arbitrary) */
class="text-[#fc9dfe] bg-[#fc9dfe]"
/* SCSS */
$brand: #fc9dfe;
/* SwiftUI */
Color(red: 0.988, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#fc9dfe")Accessibility — WCAG contrast
Aa
#fc9dfe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9dfe on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.6%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#fc9dfe text on a black background
contrast 11.39:1
Card sample
#fc9dfe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9dfe;
Background color
Panel with #fc9dfe background
background-color: #fc9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9dfe; background: linear-gradient(135deg, #fc9dfe, #FE9DBF);