#f2bafb
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 186, 251
HSL
292°, 89%, 86%
CMYK
4, 26, 0, 2
Luminance
0.6096
Every format
| HEX | #f2bafb |
| RGB | rgb(242, 186, 251) |
| HSL | hsl(292, 89%, 86%) |
| CMYK | cmyk(4%, 26%, 0%, 2%) |
| LAB | lab(82.4 31.0 -24.3) |
| LCH | lch(82.4 39.4 321.8) |
| OKLCH | oklch(0.860 0.106 321.7) |
Copy-ready code
/* CSS */
color: #f2bafb;
background-color: #f2bafb;
/* Tailwind (arbitrary) */
class="text-[#f2bafb] bg-[#f2bafb]"
/* SCSS */
$brand: #f2bafb;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.984)
/* Android */
Color.parseColor("#f2bafb")Accessibility — WCAG contrast
Aa
#f2bafb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bafb on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta25.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f2bafb text on a black background
contrast 13.19:1
Card sample
#f2bafb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bafb;
Background color
Panel with #f2bafb background
background-color: #f2bafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bafb; background: linear-gradient(135deg, #f2bafb, #FBBAD9);