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