#fd88cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 136, 207
HSL
324°, 97%, 76%
CMYK
0, 46, 18, 1
Luminance
0.4300
Every format
| HEX | #fd88cf |
| RGB | rgb(253, 136, 207) |
| HSL | hsl(324, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 18%, 1%) |
| LAB | lab(71.6 52.9 -16.7) |
| LCH | lch(71.6 55.5 342.5) |
| OKLCH | oklch(0.776 0.163 344.3) |
Copy-ready code
/* CSS */
color: #fd88cf;
background-color: #fd88cf;
/* Tailwind (arbitrary) */
class="text-[#fd88cf] bg-[#fd88cf]"
/* SCSS */
$brand: #fd88cf;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#fd88cf")Accessibility — WCAG contrast
Aa
#fd88cf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88cf on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow18.2%
Key (black)0.8%
Color previews
#fd88cf text on a black background
contrast 9.60:1
Card sample
#fd88cf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88cf;
Background color
Panel with #fd88cf background
background-color: #fd88cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88cf; background: linear-gradient(135deg, #fd88cf, #FD8F88);