#fc24fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 36, 253
HSL
300°, 98%, 57%
CMYK
0, 86, 0, 1
Luminance
0.2905
Every format
| HEX | #fc24fd |
| RGB | rgb(252, 36, 253) |
| HSL | hsl(300, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 0%, 1%) |
| LAB | lab(60.8 94.2 -58.9) |
| LCH | lch(60.8 111.1 328.0) |
| OKLCH | oklch(0.704 0.309 328.0) |
Copy-ready code
/* CSS */
color: #fc24fd;
background-color: #fc24fd;
/* Tailwind (arbitrary) */
class="text-[#fc24fd] bg-[#fc24fd]"
/* SCSS */
$brand: #fc24fd;
/* SwiftUI */
Color(red: 0.988, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#fc24fd")Accessibility — WCAG contrast
Aa
#fc24fd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc24fd on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green14.1%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#fc24fd text on a black background
contrast 6.81:1
Card sample
#fc24fd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc24fd;
Background color
Panel with #fc24fd background
background-color: #fc24fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc24fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc24fd; background: linear-gradient(135deg, #fc24fd, #FD246E);