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