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