#f2bcf9
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 188, 249
HSL
293°, 84%, 86%
CMYK
3, 25, 0, 2
Luminance
0.6168
Every format
| HEX | #f2bcf9 |
| RGB | rgb(242, 188, 249) |
| HSL | hsl(293, 84%, 86%) |
| CMYK | cmyk(3%, 25%, 0%, 2%) |
| LAB | lab(82.8 29.5 -22.7) |
| LCH | lch(82.8 37.2 322.5) |
| OKLCH | oklch(0.863 0.101 322.6) |
Copy-ready code
/* CSS */
color: #f2bcf9;
background-color: #f2bcf9;
/* Tailwind (arbitrary) */
class="text-[#f2bcf9] bg-[#f2bcf9]"
/* SCSS */
$brand: #f2bcf9;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.976)
/* Android */
Color.parseColor("#f2bcf9")Accessibility — WCAG contrast
Aa
#f2bcf9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcf9 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue97.6%
CMYK percentages
Cyan2.8%
Magenta24.5%
Yellow0.0%
Key (black)2.4%
Color previews
#f2bcf9 text on a black background
contrast 13.34:1
Card sample
#f2bcf9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcf9;
Background color
Panel with #f2bcf9 background
background-color: #f2bcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcf9; background: linear-gradient(135deg, #f2bcf9, #F9BCD7);