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