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