#fc5cef
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 92, 239
HSL
305°, 96%, 68%
CMYK
0, 64, 5, 1
Luminance
0.3458
Every format
| HEX | #fc5cef |
| RGB | rgb(252, 92, 239) |
| HSL | hsl(305, 96%, 68%) |
| CMYK | cmyk(0%, 64%, 5%, 1%) |
| LAB | lab(65.4 76.9 -43.9) |
| LCH | lch(65.4 88.5 330.3) |
| OKLCH | oklch(0.735 0.250 331.2) |
Copy-ready code
/* CSS */
color: #fc5cef;
background-color: #fc5cef;
/* Tailwind (arbitrary) */
class="text-[#fc5cef] bg-[#fc5cef]"
/* SCSS */
$brand: #fc5cef;
/* SwiftUI */
Color(red: 0.988, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#fc5cef")Accessibility — WCAG contrast
Aa
#fc5cef on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5cef on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow5.2%
Key (black)1.2%
Color previews
#fc5cef text on a black background
contrast 7.92:1
Card sample
#fc5cef text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5cef;
Background color
Panel with #fc5cef background
background-color: #fc5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5cef; background: linear-gradient(135deg, #fc5cef, #FC5C84);