#f2bcf6
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 188, 246
HSL
296°, 76%, 85%
CMYK
2, 24, 0, 4
Luminance
0.6150
Every format
| HEX | #f2bcf6 |
| RGB | rgb(242, 188, 246) |
| HSL | hsl(296, 76%, 85%) |
| CMYK | cmyk(2%, 24%, 0%, 4%) |
| LAB | lab(82.7 29.0 -21.2) |
| LCH | lch(82.7 35.9 323.8) |
| OKLCH | oklch(0.862 0.098 324.1) |
Copy-ready code
/* CSS */
color: #f2bcf6;
background-color: #f2bcf6;
/* Tailwind (arbitrary) */
class="text-[#f2bcf6] bg-[#f2bcf6]"
/* SCSS */
$brand: #f2bcf6;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.965)
/* Android */
Color.parseColor("#f2bcf6")Accessibility — WCAG contrast
Aa
#f2bcf6 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcf6 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue96.5%
CMYK percentages
Cyan1.6%
Magenta23.6%
Yellow0.0%
Key (black)3.5%
Color previews
#f2bcf6 text on a black background
contrast 13.30:1
Card sample
#f2bcf6 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcf6;
Background color
Panel with #f2bcf6 background
background-color: #f2bcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcf6; background: linear-gradient(135deg, #f2bcf6, #F6BCD3);