#fd23cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 35, 203
HSL
314°, 98%, 57%
CMYK
0, 86, 20, 1
Luminance
0.2640
Every format
| HEX | #fd23cb |
| RGB | rgb(253, 35, 203) |
| HSL | hsl(314, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 20%, 1%) |
| LAB | lab(58.4 87.9 -34.6) |
| LCH | lch(58.4 94.5 338.5) |
| OKLCH | oklch(0.679 0.280 340.5) |
Copy-ready code
/* CSS */
color: #fd23cb;
background-color: #fd23cb;
/* Tailwind (arbitrary) */
class="text-[#fd23cb] bg-[#fd23cb]"
/* SCSS */
$brand: #fd23cb;
/* SwiftUI */
Color(red: 0.992, green: 0.137, blue: 0.796)
/* Android */
Color.parseColor("#fd23cb")Accessibility — WCAG contrast
Aa
#fd23cb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd23cb on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow19.8%
Key (black)0.8%
Color previews
#fd23cb text on a black background
contrast 6.28:1
Card sample
#fd23cb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd23cb;
Background color
Panel with #fd23cb background
background-color: #fd23cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd23cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 35, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 35, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd23cb; background: linear-gradient(135deg, #fd23cb, #FD233A);