#fc20eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 32, 235
HSL
305°, 97%, 56%
CMYK
0, 87, 7, 1
Luminance
0.2773
Every format
| HEX | #fc20eb |
| RGB | rgb(252, 32, 235) |
| HSL | hsl(305, 97%, 56%) |
| CMYK | cmyk(0%, 87%, 7%, 1%) |
| LAB | lab(59.6 92.3 -50.8) |
| LCH | lch(59.6 105.3 331.2) |
| OKLCH | oklch(0.692 0.300 332.2) |
Copy-ready code
/* CSS */
color: #fc20eb;
background-color: #fc20eb;
/* Tailwind (arbitrary) */
class="text-[#fc20eb] bg-[#fc20eb]"
/* SCSS */
$brand: #fc20eb;
/* SwiftUI */
Color(red: 0.988, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#fc20eb")Accessibility — WCAG contrast
Aa
#fc20eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc20eb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green12.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow6.7%
Key (black)1.2%
Color previews
#fc20eb text on a black background
contrast 6.55:1
Card sample
#fc20eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc20eb;
Background color
Panel with #fc20eb background
background-color: #fc20eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc20eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc20eb; background: linear-gradient(135deg, #fc20eb, #FC2059);