#fd24cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 36, 207
HSL
313°, 98%, 57%
CMYK
0, 86, 18, 1
Luminance
0.2665
Every format
| HEX | #fd24cf |
| RGB | rgb(253, 36, 207) |
| HSL | hsl(313, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 18%, 1%) |
| LAB | lab(58.6 88.2 -36.5) |
| LCH | lch(58.6 95.5 337.5) |
| OKLCH | oklch(0.681 0.281 339.4) |
Copy-ready code
/* CSS */
color: #fd24cf;
background-color: #fd24cf;
/* Tailwind (arbitrary) */
class="text-[#fd24cf] bg-[#fd24cf]"
/* SCSS */
$brand: #fd24cf;
/* SwiftUI */
Color(red: 0.992, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#fd24cf")Accessibility — WCAG contrast
Aa
#fd24cf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd24cf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fd24cf text on a black background
contrast 6.33:1
Card sample
#fd24cf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd24cf;
Background color
Panel with #fd24cf background
background-color: #fd24cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd24cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd24cf; background: linear-gradient(135deg, #fd24cf, #FD243F);