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