#f2bfec
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 191, 236
HSL
307°, 66%, 85%
CMYK
0, 21, 3, 5
Luminance
0.6219
Every format
| HEX | #f2bfec |
| RGB | rgb(242, 191, 236) |
| HSL | hsl(307, 66%, 85%) |
| CMYK | cmyk(0%, 21%, 3%, 5%) |
| LAB | lab(83.0 25.6 -15.3) |
| LCH | lch(83.0 29.8 329.1) |
| OKLCH | oklch(0.864 0.083 330.2) |
Copy-ready code
/* CSS */
color: #f2bfec;
background-color: #f2bfec;
/* Tailwind (arbitrary) */
class="text-[#f2bfec] bg-[#f2bfec]"
/* SCSS */
$brand: #f2bfec;
/* SwiftUI */
Color(red: 0.949, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#f2bfec")Accessibility — WCAG contrast
Aa
#f2bfec on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bfec on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green74.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow2.5%
Key (black)5.1%
Color previews
#f2bfec text on a black background
contrast 13.44:1
Card sample
#f2bfec text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bfec;
Background color
Panel with #f2bfec background
background-color: #f2bfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bfec; background: linear-gradient(135deg, #f2bfec, #F2BFCA);