#fd85bc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 133, 188
HSL
333°, 97%, 76%
CMYK
0, 47, 26, 1
Luminance
0.4129
Every format
| HEX | #fd85bc |
| RGB | rgb(253, 133, 188) |
| HSL | hsl(333, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 26%, 1%) |
| LAB | lab(70.4 51.7 -7.9) |
| LCH | lch(70.4 52.3 351.3) |
| OKLCH | oklch(0.765 0.157 352.6) |
Copy-ready code
/* CSS */
color: #fd85bc;
background-color: #fd85bc;
/* Tailwind (arbitrary) */
class="text-[#fd85bc] bg-[#fd85bc]"
/* SCSS */
$brand: #fd85bc;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.737)
/* Android */
Color.parseColor("#fd85bc")Accessibility — WCAG contrast
Aa
#fd85bc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd85bc on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow25.7%
Key (black)0.8%
Color previews
#fd85bc text on a black background
contrast 9.26:1
Card sample
#fd85bc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd85bc;
Background color
Panel with #fd85bc background
background-color: #fd85bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd85bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd85bc; background: linear-gradient(135deg, #fd85bc, #FD9E85);