#fc43eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 67, 235
HSL
306°, 97%, 63%
CMYK
0, 73, 7, 1
Luminance
0.3071
Every format
| HEX | #fc43eb |
| RGB | rgb(252, 67, 235) |
| HSL | hsl(306, 97%, 63%) |
| CMYK | cmyk(0%, 73%, 7%, 1%) |
| LAB | lab(62.3 84.7 -46.6) |
| LCH | lch(62.3 96.7 331.1) |
| OKLCH | oklch(0.711 0.275 332.2) |
Copy-ready code
/* CSS */
color: #fc43eb;
background-color: #fc43eb;
/* Tailwind (arbitrary) */
class="text-[#fc43eb] bg-[#fc43eb]"
/* SCSS */
$brand: #fc43eb;
/* SwiftUI */
Color(red: 0.988, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#fc43eb")Accessibility — WCAG contrast
Aa
#fc43eb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc43eb on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green26.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fc43eb text on a black background
contrast 7.14:1
Card sample
#fc43eb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc43eb;
Background color
Panel with #fc43eb background
background-color: #fc43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc43eb; background: linear-gradient(135deg, #fc43eb, #FC4370);