#fd88cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 136, 205
HSL
325°, 97%, 76%
CMYK
0, 46, 19, 1
Luminance
0.4290
Every format
| HEX | #fd88cd |
| RGB | rgb(253, 136, 205) |
| HSL | hsl(325, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 19%, 1%) |
| LAB | lab(71.5 52.6 -15.7) |
| LCH | lch(71.5 54.9 343.4) |
| OKLCH | oklch(0.775 0.162 345.2) |
Copy-ready code
/* CSS */
color: #fd88cd;
background-color: #fd88cd;
/* Tailwind (arbitrary) */
class="text-[#fd88cd] bg-[#fd88cd]"
/* SCSS */
$brand: #fd88cd;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#fd88cd")Accessibility — WCAG contrast
Aa
#fd88cd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88cd on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow19.0%
Key (black)0.8%
Color previews
#fd88cd text on a black background
contrast 9.58:1
Card sample
#fd88cd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88cd;
Background color
Panel with #fd88cd background
background-color: #fd88cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88cd; background: linear-gradient(135deg, #fd88cd, #FD9188);