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