#f2bdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 189, 251
HSL
291°, 89%, 86%
CMYK
4, 25, 0, 2
Luminance
0.6224
Every format
| HEX | #f2bdfb |
| RGB | rgb(242, 189, 251) |
| HSL | hsl(291, 89%, 86%) |
| CMYK | cmyk(4%, 25%, 0%, 2%) |
| LAB | lab(83.0 29.4 -23.3) |
| LCH | lch(83.0 37.5 321.6) |
| OKLCH | oklch(0.865 0.101 321.5) |
Copy-ready code
/* CSS */
color: #f2bdfb;
background-color: #f2bdfb;
/* Tailwind (arbitrary) */
class="text-[#f2bdfb] bg-[#f2bdfb]"
/* SCSS */
$brand: #f2bdfb;
/* SwiftUI */
Color(red: 0.949, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#f2bdfb")Accessibility — WCAG contrast
Aa
#f2bdfb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bdfb on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green74.1%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f2bdfb text on a black background
contrast 13.45:1
Card sample
#f2bdfb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bdfb;
Background color
Panel with #f2bdfb background
background-color: #f2bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bdfb; background: linear-gradient(135deg, #f2bdfb, #FBBDDB);