#f7bcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
247, 188, 223
HSL
324°, 79%, 85%
CMYK
0, 24, 10, 3
Luminance
0.6107
Every format
| HEX | #f7bcdf |
| RGB | rgb(247, 188, 223) |
| HSL | hsl(324, 79%, 85%) |
| CMYK | cmyk(0%, 24%, 10%, 3%) |
| LAB | lab(82.4 26.6 -9.2) |
| LCH | lch(82.4 28.1 340.9) |
| OKLCH | oklch(0.859 0.081 342.6) |
Copy-ready code
/* CSS */
color: #f7bcdf;
background-color: #f7bcdf;
/* Tailwind (arbitrary) */
class="text-[#f7bcdf] bg-[#f7bcdf]"
/* SCSS */
$brand: #f7bcdf;
/* SwiftUI */
Color(red: 0.969, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#f7bcdf")Accessibility — WCAG contrast
Aa
#f7bcdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bcdf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow9.7%
Key (black)3.1%
Color previews
#f7bcdf text on a black background
contrast 13.21:1
Card sample
#f7bcdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bcdf;
Background color
Panel with #f7bcdf background
background-color: #f7bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bcdf; background: linear-gradient(135deg, #f7bcdf, #F7C0BC);