#fd84ba
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 132, 186
HSL
333°, 97%, 76%
CMYK
0, 48, 27, 1
Luminance
0.4093
Every format
| HEX | #fd84ba |
| RGB | rgb(253, 132, 186) |
| HSL | hsl(333, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 27%, 1%) |
| LAB | lab(70.1 51.9 -7.1) |
| LCH | lch(70.1 52.4 352.2) |
| OKLCH | oklch(0.763 0.158 353.4) |
Copy-ready code
/* CSS */
color: #fd84ba;
background-color: #fd84ba;
/* Tailwind (arbitrary) */
class="text-[#fd84ba] bg-[#fd84ba]"
/* SCSS */
$brand: #fd84ba;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.729)
/* Android */
Color.parseColor("#fd84ba")Accessibility — WCAG contrast
Aa
#fd84ba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84ba on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow26.5%
Key (black)0.8%
Color previews
#fd84ba text on a black background
contrast 9.19:1
Card sample
#fd84ba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84ba;
Background color
Panel with #fd84ba background
background-color: #fd84ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84ba; background: linear-gradient(135deg, #fd84ba, #FD9F84);