#fd7fbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 127, 188
HSL
331°, 97%, 75%
CMYK
0, 50, 26, 1
Luminance
0.3969
Every format
| HEX | #fd7fbc |
| RGB | rgb(253, 127, 188) |
| HSL | hsl(331, 97%, 75%) |
| CMYK | cmyk(0%, 50%, 26%, 1%) |
| LAB | lab(69.3 54.6 -9.6) |
| LCH | lch(69.3 55.4 350.1) |
| OKLCH | oklch(0.757 0.167 351.5) |
Copy-ready code
/* CSS */
color: #fd7fbc;
background-color: #fd7fbc;
/* Tailwind (arbitrary) */
class="text-[#fd7fbc] bg-[#fd7fbc]"
/* SCSS */
$brand: #fd7fbc;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.737)
/* Android */
Color.parseColor("#fd7fbc")Accessibility — WCAG contrast
Aa
#fd7fbc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7fbc on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow25.7%
Key (black)0.8%
Color previews
#fd7fbc text on a black background
contrast 8.94:1
Card sample
#fd7fbc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7fbc;
Background color
Panel with #fd7fbc background
background-color: #fd7fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7fbc; background: linear-gradient(135deg, #fd7fbc, #FD967F);