#f1bcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 188, 223
HSL
320°, 65%, 84%
CMYK
0, 22, 8, 6
Luminance
0.5999
Every format
| HEX | #f1bcdf |
| RGB | rgb(241, 188, 223) |
| HSL | hsl(320, 65%, 84%) |
| CMYK | cmyk(0%, 22%, 8%, 6%) |
| LAB | lab(81.8 24.6 -10.1) |
| LCH | lch(81.8 26.6 337.6) |
| OKLCH | oklch(0.853 0.076 339.3) |
Copy-ready code
/* CSS */
color: #f1bcdf;
background-color: #f1bcdf;
/* Tailwind (arbitrary) */
class="text-[#f1bcdf] bg-[#f1bcdf]"
/* SCSS */
$brand: #f1bcdf;
/* SwiftUI */
Color(red: 0.945, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#f1bcdf")Accessibility — WCAG contrast
Aa
#f1bcdf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bcdf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow7.5%
Key (black)5.5%
Color previews
#f1bcdf text on a black background
contrast 13.00:1
Card sample
#f1bcdf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bcdf;
Background color
Panel with #f1bcdf background
background-color: #f1bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bcdf; background: linear-gradient(135deg, #f1bcdf, #F1BCBC);