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