#fd43eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 67, 235
HSL
306°, 98%, 63%
CMYK
0, 74, 7, 1
Luminance
0.3090
Every format
| HEX | #fd43eb |
| RGB | rgb(253, 67, 235) |
| HSL | hsl(306, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 7%, 1%) |
| LAB | lab(62.4 84.9 -46.4) |
| LCH | lch(62.4 96.7 331.3) |
| OKLCH | oklch(0.713 0.275 332.4) |
Copy-ready code
/* CSS */
color: #fd43eb;
background-color: #fd43eb;
/* Tailwind (arbitrary) */
class="text-[#fd43eb] bg-[#fd43eb]"
/* SCSS */
$brand: #fd43eb;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#fd43eb")Accessibility — WCAG contrast
Aa
#fd43eb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd43eb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow7.1%
Key (black)0.8%
Color previews
#fd43eb text on a black background
contrast 7.18:1
Card sample
#fd43eb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd43eb;
Background color
Panel with #fd43eb background
background-color: #fd43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd43eb; background: linear-gradient(135deg, #fd43eb, #FD436F);