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