#fd4fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 79, 186
HSL
323°, 98%, 65%
CMYK
0, 69, 27, 1
Luminance
0.3002
Every format
| HEX | #fd4fba |
| RGB | rgb(253, 79, 186) |
| HSL | hsl(323, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 27%, 1%) |
| LAB | lab(61.7 74.6 -19.9) |
| LCH | lch(61.7 77.2 345.1) |
| OKLCH | oklch(0.700 0.232 347.0) |
Copy-ready code
/* CSS */
color: #fd4fba;
background-color: #fd4fba;
/* Tailwind (arbitrary) */
class="text-[#fd4fba] bg-[#fd4fba]"
/* SCSS */
$brand: #fd4fba;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#fd4fba")Accessibility — WCAG contrast
Aa
#fd4fba on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4fba on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow26.5%
Key (black)0.8%
Color previews
#fd4fba text on a black background
contrast 7.00:1
Card sample
#fd4fba text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4fba;
Background color
Panel with #fd4fba background
background-color: #fd4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4fba; background: linear-gradient(135deg, #fd4fba, #FD584F);