#f7bcec
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 188, 236
HSL
311°, 79%, 85%
CMYK
0, 24, 5, 3
Luminance
0.6180
Every format
| HEX | #f7bcec |
| RGB | rgb(247, 188, 236) |
| HSL | hsl(311, 79%, 85%) |
| CMYK | cmyk(0%, 24%, 5%, 3%) |
| LAB | lab(82.8 28.8 -15.6) |
| LCH | lch(82.8 32.8 331.6) |
| OKLCH | oklch(0.863 0.092 333.0) |
Copy-ready code
/* CSS */
color: #f7bcec;
background-color: #f7bcec;
/* Tailwind (arbitrary) */
class="text-[#f7bcec] bg-[#f7bcec]"
/* SCSS */
$brand: #f7bcec;
/* SwiftUI */
Color(red: 0.969, green: 0.737, blue: 0.925)
/* Android */
Color.parseColor("#f7bcec")Accessibility — WCAG contrast
Aa
#f7bcec on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bcec on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green73.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow4.5%
Key (black)3.1%
Color previews
#f7bcec text on a black background
contrast 13.36:1
Card sample
#f7bcec text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bcec;
Background color
Panel with #f7bcec background
background-color: #f7bcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 188, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 188, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bcec; background: linear-gradient(135deg, #f7bcec, #F7BCC5);