#fc60eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 96, 235
HSL
307°, 96%, 68%
CMYK
0, 62, 7, 1
Luminance
0.3506
Every format
| HEX | #fc60eb |
| RGB | rgb(252, 96, 235) |
| HSL | hsl(307, 96%, 68%) |
| CMYK | cmyk(0%, 62%, 7%, 1%) |
| LAB | lab(65.8 74.7 -41.1) |
| LCH | lch(65.8 85.3 331.2) |
| OKLCH | oklch(0.737 0.242 332.3) |
Copy-ready code
/* CSS */
color: #fc60eb;
background-color: #fc60eb;
/* Tailwind (arbitrary) */
class="text-[#fc60eb] bg-[#fc60eb]"
/* SCSS */
$brand: #fc60eb;
/* SwiftUI */
Color(red: 0.988, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#fc60eb")Accessibility — WCAG contrast
Aa
#fc60eb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc60eb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green37.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow6.7%
Key (black)1.2%
Color previews
#fc60eb text on a black background
contrast 8.01:1
Card sample
#fc60eb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc60eb;
Background color
Panel with #fc60eb background
background-color: #fc60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc60eb; background: linear-gradient(135deg, #fc60eb, #FC6083);