#fd88ba
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 136, 186
HSL
334°, 97%, 76%
CMYK
0, 46, 27, 1
Luminance
0.4204
Every format
| HEX | #fd88ba |
| RGB | rgb(253, 136, 186) |
| HSL | hsl(334, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 27%, 1%) |
| LAB | lab(70.9 50.0 -6.0) |
| LCH | lch(70.9 50.3 353.2) |
| OKLCH | oklch(0.769 0.152 354.2) |
Copy-ready code
/* CSS */
color: #fd88ba;
background-color: #fd88ba;
/* Tailwind (arbitrary) */
class="text-[#fd88ba] bg-[#fd88ba]"
/* SCSS */
$brand: #fd88ba;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.729)
/* Android */
Color.parseColor("#fd88ba")Accessibility — WCAG contrast
Aa
#fd88ba on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88ba on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow26.5%
Key (black)0.8%
Color previews
#fd88ba text on a black background
contrast 9.41:1
Card sample
#fd88ba text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88ba;
Background color
Panel with #fd88ba background
background-color: #fd88ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88ba; background: linear-gradient(135deg, #fd88ba, #FDA488);