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