#fd23ec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 35, 236
HSL
305°, 98%, 57%
CMYK
0, 86, 7, 1
Luminance
0.2814
Every format
| HEX | #fd23ec |
| RGB | rgb(253, 35, 236) |
| HSL | hsl(305, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 7%, 1%) |
| LAB | lab(60.0 92.1 -50.8) |
| LCH | lch(60.0 105.2 331.1) |
| OKLCH | oklch(0.696 0.299 332.1) |
Copy-ready code
/* CSS */
color: #fd23ec;
background-color: #fd23ec;
/* Tailwind (arbitrary) */
class="text-[#fd23ec] bg-[#fd23ec]"
/* SCSS */
$brand: #fd23ec;
/* SwiftUI */
Color(red: 0.992, green: 0.137, blue: 0.925)
/* Android */
Color.parseColor("#fd23ec")Accessibility — WCAG contrast
Aa
#fd23ec on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd23ec on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fd23ec text on a black background
contrast 6.63:1
Card sample
#fd23ec text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd23ec;
Background color
Panel with #fd23ec background
background-color: #fd23ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd23ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 35, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 35, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd23ec; background: linear-gradient(135deg, #fd23ec, #FD235B);