#fd43ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 67, 186
HSL
322°, 98%, 63%
CMYK
0, 74, 27, 1
Luminance
0.2844
Every format
| HEX | #fd43ba |
| RGB | rgb(253, 67, 186) |
| HSL | hsl(322, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 27%, 1%) |
| LAB | lab(60.3 78.5 -22.0) |
| LCH | lch(60.3 81.5 344.4) |
| OKLCH | oklch(0.690 0.245 346.3) |
Copy-ready code
/* CSS */
color: #fd43ba;
background-color: #fd43ba;
/* Tailwind (arbitrary) */
class="text-[#fd43ba] bg-[#fd43ba]"
/* SCSS */
$brand: #fd43ba;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.729)
/* Android */
Color.parseColor("#fd43ba")Accessibility — WCAG contrast
Aa
#fd43ba on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd43ba on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow26.5%
Key (black)0.8%
Color previews
#fd43ba text on a black background
contrast 6.69:1
Card sample
#fd43ba text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd43ba;
Background color
Panel with #fd43ba background
background-color: #fd43ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd43ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd43ba; background: linear-gradient(135deg, #fd43ba, #FD4843);