#fd23ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 35, 171
HSL
323°, 98%, 57%
CMYK
0, 86, 32, 1
Luminance
0.2502
Every format
| HEX | #fd23ab |
| RGB | rgb(253, 35, 171) |
| HSL | hsl(323, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 32%, 1%) |
| LAB | lab(57.1 84.3 -18.1) |
| LCH | lch(57.1 86.3 347.9) |
| OKLCH | oklch(0.665 0.263 349.6) |
Copy-ready code
/* CSS */
color: #fd23ab;
background-color: #fd23ab;
/* Tailwind (arbitrary) */
class="text-[#fd23ab] bg-[#fd23ab]"
/* SCSS */
$brand: #fd23ab;
/* SwiftUI */
Color(red: 0.992, green: 0.137, blue: 0.671)
/* Android */
Color.parseColor("#fd23ab")Accessibility — WCAG contrast
Aa
#fd23ab on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd23ab on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow32.4%
Key (black)0.8%
Color previews
#fd23ab text on a black background
contrast 6.00:1
Card sample
#fd23ab text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd23ab;
Background color
Panel with #fd23ab background
background-color: #fd23ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd23ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 35, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 35, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd23ab; background: linear-gradient(135deg, #fd23ab, #FD2D23);