#f3bcec
a light, vivid magenta / pink · warm · closest name: plum
RGB
243, 188, 236
HSL
308°, 70%, 85%
CMYK
0, 23, 3, 5
Luminance
0.6108
Every format
| HEX | #f3bcec |
| RGB | rgb(243, 188, 236) |
| HSL | hsl(308, 70%, 85%) |
| CMYK | cmyk(0%, 23%, 3%, 5%) |
| LAB | lab(82.4 27.5 -16.2) |
| LCH | lch(82.4 31.9 329.5) |
| OKLCH | oklch(0.859 0.088 330.7) |
Copy-ready code
/* CSS */
color: #f3bcec;
background-color: #f3bcec;
/* Tailwind (arbitrary) */
class="text-[#f3bcec] bg-[#f3bcec]"
/* SCSS */
$brand: #f3bcec;
/* SwiftUI */
Color(red: 0.953, green: 0.737, blue: 0.925)
/* Android */
Color.parseColor("#f3bcec")Accessibility — WCAG contrast
Aa
#f3bcec on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bcec on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green73.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow2.9%
Key (black)4.7%
Color previews
#f3bcec text on a black background
contrast 13.22:1
Card sample
#f3bcec text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bcec;
Background color
Panel with #f3bcec background
background-color: #f3bcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 188, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 188, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bcec; background: linear-gradient(135deg, #f3bcec, #F3BCC7);