#f7bcff
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 188, 255
HSL
293°, 100%, 87%
CMYK
3, 26, 0, 0
Luminance
0.6296
Every format
| HEX | #f7bcff |
| RGB | rgb(247, 188, 255) |
| HSL | hsl(293, 100%, 87%) |
| CMYK | cmyk(3%, 26%, 0%, 0%) |
| LAB | lab(83.4 32.2 -24.8) |
| LCH | lch(83.4 40.7 322.4) |
| OKLCH | oklch(0.870 0.110 322.4) |
Copy-ready code
/* CSS */
color: #f7bcff;
background-color: #f7bcff;
/* Tailwind (arbitrary) */
class="text-[#f7bcff] bg-[#f7bcff]"
/* SCSS */
$brand: #f7bcff;
/* SwiftUI */
Color(red: 0.969, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#f7bcff")Accessibility — WCAG contrast
Aa
#f7bcff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bcff on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green73.7%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f7bcff text on a black background
contrast 13.59:1
Card sample
#f7bcff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bcff;
Background color
Panel with #f7bcff background
background-color: #f7bcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bcff; background: linear-gradient(135deg, #f7bcff, #FFBCDA);