#fd7bcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 123, 207
HSL
321°, 97%, 74%
CMYK
0, 51, 18, 1
Luminance
0.3955
Every format
| HEX | #fd7bcf |
| RGB | rgb(253, 123, 207) |
| HSL | hsl(321, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 18%, 1%) |
| LAB | lab(69.2 59.1 -20.3) |
| LCH | lch(69.2 62.5 341.0) |
| OKLCH | oklch(0.758 0.184 342.9) |
Copy-ready code
/* CSS */
color: #fd7bcf;
background-color: #fd7bcf;
/* Tailwind (arbitrary) */
class="text-[#fd7bcf] bg-[#fd7bcf]"
/* SCSS */
$brand: #fd7bcf;
/* SwiftUI */
Color(red: 0.992, green: 0.482, blue: 0.812)
/* Android */
Color.parseColor("#fd7bcf")Accessibility — WCAG contrast
Aa
#fd7bcf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7bcf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow18.2%
Key (black)0.8%
Color previews
#fd7bcf text on a black background
contrast 8.91:1
Card sample
#fd7bcf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7bcf;
Background color
Panel with #fd7bcf background
background-color: #fd7bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 123, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 123, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7bcf; background: linear-gradient(135deg, #fd7bcf, #FD7D7B);