#fd88ac
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 136, 172
HSL
342°, 97%, 76%
CMYK
0, 46, 32, 1
Luminance
0.4147
Every format
| HEX | #fd88ac |
| RGB | rgb(253, 136, 172) |
| HSL | hsl(342, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 32%, 1%) |
| LAB | lab(70.5 48.2 1.2) |
| LCH | lch(70.5 48.2 1.5) |
| OKLCH | oklch(0.765 0.146 1.5) |
Copy-ready code
/* CSS */
color: #fd88ac;
background-color: #fd88ac;
/* Tailwind (arbitrary) */
class="text-[#fd88ac] bg-[#fd88ac]"
/* SCSS */
$brand: #fd88ac;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.675)
/* Android */
Color.parseColor("#fd88ac")Accessibility — WCAG contrast
Aa
#fd88ac on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88ac on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow32.0%
Key (black)0.8%
Color previews
#fd88ac text on a black background
contrast 9.29:1
Card sample
#fd88ac text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88ac;
Background color
Panel with #fd88ac background
background-color: #fd88ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88ac; background: linear-gradient(135deg, #fd88ac, #FDB288);