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