#f8bfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 191, 239
HSL
310°, 80%, 86%
CMYK
0, 23, 4, 3
Luminance
0.6345
Every format
| HEX | #f8bfef |
| RGB | rgb(248, 191, 239) |
| HSL | hsl(310, 80%, 86%) |
| CMYK | cmyk(0%, 23%, 4%, 3%) |
| LAB | lab(83.7 28.1 -15.9) |
| LCH | lch(83.7 32.3 330.5) |
| OKLCH | oklch(0.870 0.090 331.8) |
Copy-ready code
/* CSS */
color: #f8bfef;
background-color: #f8bfef;
/* Tailwind (arbitrary) */
class="text-[#f8bfef] bg-[#f8bfef]"
/* SCSS */
$brand: #f8bfef;
/* SwiftUI */
Color(red: 0.973, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#f8bfef")Accessibility — WCAG contrast
Aa
#f8bfef on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8bfef on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow3.6%
Key (black)2.7%
Color previews
#f8bfef text on a black background
contrast 13.69:1
Card sample
#f8bfef text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8bfef;
Background color
Panel with #f8bfef background
background-color: #f8bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8bfef; background: linear-gradient(135deg, #f8bfef, #F8BFC9);