#fc9fef
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 159, 239
HSL
308°, 94%, 81%
CMYK
0, 37, 5, 1
Luminance
0.5172
Every format
| HEX | #fc9fef |
| RGB | rgb(252, 159, 239) |
| HSL | hsl(308, 94%, 81%) |
| CMYK | cmyk(0%, 37%, 5%, 1%) |
| LAB | lab(77.1 46.1 -25.8) |
| LCH | lch(77.1 52.8 330.8) |
| OKLCH | oklch(0.821 0.148 332.0) |
Copy-ready code
/* CSS */
color: #fc9fef;
background-color: #fc9fef;
/* Tailwind (arbitrary) */
class="text-[#fc9fef] bg-[#fc9fef]"
/* SCSS */
$brand: #fc9fef;
/* SwiftUI */
Color(red: 0.988, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#fc9fef")Accessibility — WCAG contrast
Aa
#fc9fef on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9fef on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green62.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow5.2%
Key (black)1.2%
Color previews
#fc9fef text on a black background
contrast 11.34:1
Card sample
#fc9fef text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9fef;
Background color
Panel with #fc9fef background
background-color: #fc9fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9fef; background: linear-gradient(135deg, #fc9fef, #FC9FB1);