#f2bcfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 188, 252
HSL
291°, 91%, 86%
CMYK
4, 25, 0, 1
Luminance
0.6187
Every format
| HEX | #f2bcfc |
| RGB | rgb(242, 188, 252) |
| HSL | hsl(291, 91%, 86%) |
| CMYK | cmyk(4%, 25%, 0%, 1%) |
| LAB | lab(82.8 30.1 -24.1) |
| LCH | lch(82.8 38.6 321.3) |
| OKLCH | oklch(0.864 0.104 321.1) |
Copy-ready code
/* CSS */
color: #f2bcfc;
background-color: #f2bcfc;
/* Tailwind (arbitrary) */
class="text-[#f2bcfc] bg-[#f2bcfc]"
/* SCSS */
$brand: #f2bcfc;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#f2bcfc")Accessibility — WCAG contrast
Aa
#f2bcfc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcfc on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f2bcfc text on a black background
contrast 13.37:1
Card sample
#f2bcfc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcfc;
Background color
Panel with #f2bcfc background
background-color: #f2bcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcfc; background: linear-gradient(135deg, #f2bcfc, #FCBCDB);