#fc58eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 88, 235
HSL
306°, 97%, 67%
CMYK
0, 65, 7, 1
Luminance
0.3367
Every format
| HEX | #fc58eb |
| RGB | rgb(252, 88, 235) |
| HSL | hsl(306, 97%, 67%) |
| CMYK | cmyk(0%, 65%, 7%, 1%) |
| LAB | lab(64.7 77.8 -42.8) |
| LCH | lch(64.7 88.8 331.2) |
| OKLCH | oklch(0.729 0.252 332.2) |
Copy-ready code
/* CSS */
color: #fc58eb;
background-color: #fc58eb;
/* Tailwind (arbitrary) */
class="text-[#fc58eb] bg-[#fc58eb]"
/* SCSS */
$brand: #fc58eb;
/* SwiftUI */
Color(red: 0.988, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#fc58eb")Accessibility — WCAG contrast
Aa
#fc58eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc58eb on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green34.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fc58eb text on a black background
contrast 7.73:1
Card sample
#fc58eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc58eb;
Background color
Panel with #fc58eb background
background-color: #fc58eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc58eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc58eb; background: linear-gradient(135deg, #fc58eb, #FC587E);